diff --git a/src/Guzzle.php b/src/Guzzle.php index 2140c49..6b93923 100644 --- a/src/Guzzle.php +++ b/src/Guzzle.php @@ -192,7 +192,7 @@ protected function request(string $method, string $endpoint, array $options = [] * * @return array Returns client config array */ - private function getConfig(string $uri, null|User|Token $auth = null, ?HandlerStack $handlerStack): array + private function getConfig(string $uri, null|User|Token $auth = null, ?HandlerStack $handlerStack = null): array { $config = [ 'base_uri' => $uri,