summaryrefslogtreecommitdiff
path: root/ext/ftp/ftp.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ftp/ftp.stub.php')
-rw-r--r--ext/ftp/ftp.stub.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/ftp/ftp.stub.php b/ext/ftp/ftp.stub.php
index d3033e3b31..72b7126843 100644
--- a/ext/ftp/ftp.stub.php
+++ b/ext/ftp/ftp.stub.php
@@ -1,5 +1,7 @@
<?php
+/** @generate-function-entries */
+
/** @return resource|false */
function ftp_connect(string $host, int $port = 21, int $timeout = 90) {}