Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Mar 4, 2023
1 parent f09fef7 commit a582cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/ext/ftp/ftp_nb_get.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
}

0 comments on commit a582cf4

Please sign in to comment.