Skip to content

Commit ba434fb

Browse files
committed
Remove outdated PHPDoc from ext/enchant's stub
1 parent 8b12ea0 commit ba434fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/enchant/enchant.stub.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function enchant_dict_add_to_session(EnchantDictionary $dict, string $word): voi
5757
function enchant_dict_is_added(EnchantDictionary $dict, string $word): bool {}
5858

5959
/**
60-
* @param resource $dict
6160
* @alias enchant_dict_is_added
6261
* @deprecated
6362
*/
@@ -68,4 +67,3 @@ function enchant_dict_store_replacement(EnchantDictionary $dict, string $mis, st
6867
function enchant_dict_get_error(EnchantDictionary $dict): string|false {}
6968

7069
function enchant_dict_describe(EnchantDictionary $dict): array {}
71-

0 commit comments

Comments
 (0)