@@ -58,7 +58,7 @@ discard block |
||
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 |
||
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 |
||
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) { |