intelephense

1.14.41.16.1
lib/stub/ftp/ftp.php
lib/stub/ftp/ftp.php
+1
Index: package/lib/stub/ftp/ftp.php
===================================================================
--- package/lib/stub/ftp/ftp.php
+++ package/lib/stub/ftp/ftp.php
@@ -209,8 +209,9 @@
  * @param string &$response [optional] <p>
  * A textual representation of the servers response will be returned by
  * reference in <i>result</i> if a variable is provided.
  * </p>
+ * @param-out string $response
  * @return bool <b>TRUE</b> on success or <b>FALSE</b> on failure.
  */
 function ftp_alloc(#[LanguageLevelTypeAware(['8.1' => 'FTP\Connection'], default: 'resource')] $ftp, int $size, &$response): bool {}