Completed
Push — master ( 39a2da...66fd6f )
by WEBEWEB
01:30
created
Client/AbstractFTPClient.php 1 patch
Doc Comments   +3 added lines, -3 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) {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     /**
89 89
      * Set the connection.
90 90
      *
91
-     * @param mixed $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.