Completed
Push — master ( c34a5d...56c72e )
by WEBEWEB
01:18
created
Client/AbstractFTPClient.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * Get the connection.
60 60
      *
61
-     * @return mixed Returns the connection.
61
+     * @return resource Returns the connection.
62 62
      */
63 63
     final public function getConnection() {
64 64
         return $this->connection;
@@ -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) {
Please login to merge, or discard this patch.