mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
FIX: Removal of optional param.
This commit is contained in:
parent
27994e51fa
commit
90f0556ca4
@ -37,7 +37,7 @@ trait Fetcher
|
|||||||
* @param array|null $extraConfig Extra configuration
|
* @param array|null $extraConfig Extra configuration
|
||||||
* @return ResponseInterface
|
* @return ResponseInterface
|
||||||
*/
|
*/
|
||||||
public function fetchResponse(string $url, ? array $extraConfig = [])
|
public function fetchResponse(string $url, array $extraConfig = [])
|
||||||
{
|
{
|
||||||
$config = $this->getClientConfig($extraConfig);
|
$config = $this->getClientConfig($extraConfig);
|
||||||
$client = new Client($config);
|
$client = new Client($config);
|
||||||
|
Loading…
Reference in New Issue
Block a user