diff --git a/src/Traits/Fetcher.php b/src/Traits/Fetcher.php index f34662c..afba398 100644 --- a/src/Traits/Fetcher.php +++ b/src/Traits/Fetcher.php @@ -37,7 +37,7 @@ trait Fetcher * @param array|null $extraConfig Extra configuration * @return ResponseInterface */ - public function fetchResponse(string $url, ? array $extraConfig = []) + public function fetchResponse(string $url, array $extraConfig = []) { $config = $this->getClientConfig($extraConfig); $client = new Client($config);