Skip to content

Commit

Permalink
Merge pull request #54 from jorrit/patch-1
Browse files Browse the repository at this point in the history
Remove __call documentation for nlist (implemented explicitly)
  • Loading branch information
Nicolab authored May 25, 2020
2 parents a58a11d + f4a3a22 commit 53eebf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FtpClient/FtpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
* @method int nb_fput(string $remote_file, resource $handle, int $mode, int $startpos = 0) Stores a file from an open file to the FTP server (non-blocking)
* @method int nb_get(string $local_file, string $remote_file, int $mode, int $resumepos = 0) Retrieves a file from the FTP server and writes it to a local file (non-blocking)
* @method int nb_put(string $remote_file, string $local_file, int $mode, int $startpos = 0) Stores a file on the FTP server (non-blocking)
* @method array nlist(string $remote_dir) Returns a list of file names in the given directory; remote_dir parameter may also include arguments
* @method bool pasv(bool $pasv) Turns passive mode on or off
* @method bool put(string $remote_file, string $local_file, int $mode, int $startpos = 0) Uploads a file to the FTP server
* @method string pwd() Returns the current directory name
Expand Down

0 comments on commit 53eebf0

Please sign in to comment.