@@ -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 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) { |