Completed
Push — master ( ffad52...39a2da )
by WEBEWEB
01:36
created
Client/AbstractFTPClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * Set the authenticator.
79 79
      *
80
-     * @param \WBW\Library\FTP\Client\Authenticator $authenticator The authenticator.
80
+     * @param Authenticator $authenticator The authenticator.
81 81
      * @returns AbstractFTPClient Returns this abstract FTP client.
82 82
      */
83 83
     final protected function setAuthenticator(Authenticator $authenticator) {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     /**
89 89
      * Set the connection.
90 90
      *
91
-     * @param ressource $connection The connection.
91
+     * @param resource $connection The connection.
92 92
      * @returns AbstractFTPClient Returns this abstract FTP client.
93 93
      */
94 94
     final protected function setConnection($connection) {
Please login to merge, or discard this patch.