We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e018736 commit 29eef1bCopy full SHA for 29eef1b
src/SassBinary.php
@@ -23,7 +23,7 @@ public function __construct(
23
private string $binaryDownloadDir,
24
private ?string $binaryPath = null,
25
private ?SymfonyStyle $output = null,
26
- HttpClientInterface $httpClient = null
+ ?HttpClientInterface $httpClient = null
27
) {
28
$this->httpClient = $httpClient ?? HttpClient::create();
29
}
0 commit comments