diff --git a/src/Embera/Embera.php b/src/Embera/Embera.php index 6a502c7..4fd838f 100755 --- a/src/Embera/Embera.php +++ b/src/Embera/Embera.php @@ -62,7 +62,7 @@ class Embera * @param HttpClientInterface $httpClient * @return void */ - public function __construct(array $config = [], ProviderCollectionInterface $collection = null, HttpClientInterface $httpClient = null) + public function __construct(array $config = [], ?ProviderCollectionInterface $collection = null, ?HttpClientInterface $httpClient = null) { $this->config = array_merge([ 'https_only' => false,