]> granicus.if.org Git - php/commitdiff
Remove outdated PHPDoc from ext/enchant's stub
authorMáté Kocsis <kocsismate@woohoolabs.com>
Tue, 23 Jun 2020 19:06:36 +0000 (21:06 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Tue, 23 Jun 2020 20:35:27 +0000 (22:35 +0200)
ext/enchant/enchant.stub.php

index ac81ff1e685b0639d3edf0483b60e5ceab3fdd14..457e55e64bcc35e7c89c2cc3c40355ac498803aa 100644 (file)
@@ -57,7 +57,6 @@ function enchant_dict_add_to_session(EnchantDictionary $dict, string $word): voi
 function enchant_dict_is_added(EnchantDictionary $dict, string $word): bool {}
 
 /**
-* @param resource $dict
 * @alias enchant_dict_is_added
 * @deprecated
 */
@@ -68,4 +67,3 @@ function enchant_dict_store_replacement(EnchantDictionary $dict, string $mis, st
 function enchant_dict_get_error(EnchantDictionary $dict): string|false {}
 
 function enchant_dict_describe(EnchantDictionary $dict): array {}
-