From a582cf47c8a21cc30283ca49388903ca6b4c02df Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Sat, 4 Mar 2023 00:15:03 +0000 Subject: [PATCH] Update stubs --- stubs/ext/ftp/ftp_nb_get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/ext/ftp/ftp_nb_get.php b/stubs/ext/ftp/ftp_nb_get.php index ac9702ea..1328379b 100644 --- a/stubs/ext/ftp/ftp_nb_get.php +++ b/stubs/ext/ftp/ftp_nb_get.php @@ -6,6 +6,6 @@ function ftp_nb_get($ftp, string $local_filename, string $remote_filename, int $ { } #[\Since('8.1')] -function ftp_nb_get(\FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0) : int +function ftp_nb_get(\FTP\Connection $ftp, string $local_filename, string $remote_filename, int $mode = FTP_BINARY, int $offset = 0) : int|false { } \ No newline at end of file