diff --git a/src/FetchAuthTokenInterface.php b/src/FetchAuthTokenInterface.php index f964328ec..fbbd8b0c9 100644 --- a/src/FetchAuthTokenInterface.php +++ b/src/FetchAuthTokenInterface.php @@ -26,7 +26,6 @@ interface FetchAuthTokenInterface * Fetches the auth tokens based on the current state. * * @param callable|null $httpHandler callback which delivers psr7 request - * * @return array a hash of auth tokens */ public function fetchAuthToken(?callable $httpHandler = null);