diff --git a/src/Credentials.php b/src/Credentials.php index 1f9be08..32745e1 100644 --- a/src/Credentials.php +++ b/src/Credentials.php @@ -152,8 +152,9 @@ public function getApiUrl() * Attempts to login using this credentials, if succeeded will return the * AuthToken used in all requests. * - * @return \ProxmoxVE\AuthToken|bool If login fails will return false - * otherwise will return the AuthToken. + * @return \ZzAntares\ProxmoxVE\AuthToken|bool If login fails will return + * false otherwise will return + * the AuthToken. */ public function login() {