diff --git a/src/Client.php b/src/Client.php index 6236f24d8e..ce76e1eb07 100644 --- a/src/Client.php +++ b/src/Client.php @@ -1334,7 +1334,7 @@ protected function doRequest(Http $uri, $method, $secure = false, $headers = arr * @param string $password * @param string $type * @return string - * @throws Zend\Http\Client\Exception\InvalidArgumentException + * @throws Client\Exception\InvalidArgumentException */ public static function encodeAuthHeader($user, $password, $type = self::AUTH_BASIC) {