intelephense

1.14.41.16.1
lib/stub/enchant/enchant.php
lib/stub/enchant/enchant.php
+1
Index: package/lib/stub/enchant/enchant.php
===================================================================
--- package/lib/stub/enchant/enchant.php
+++ package/lib/stub/enchant/enchant.php
@@ -314,8 +314,9 @@
  * @param null|array &$suggestions [optional] <p>
  * If the word is not correctly spelled, this variable will
  * contain an array of suggestions.
  * </p>
+ * @param-out array $suggestions
  * @return bool <b>TRUE</b> if the word is correctly spelled or <b>FALSE</b>
  */
 function enchant_dict_quick_check($dict, $word, ?array &$suggestions = null) {}