Skip to content

Commit 29eef1b

Browse files
authored
[CI] PHP CS Fixer it up (#63)
1 parent e018736 commit 29eef1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SassBinary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function __construct(
2323
private string $binaryDownloadDir,
2424
private ?string $binaryPath = null,
2525
private ?SymfonyStyle $output = null,
26-
HttpClientInterface $httpClient = null
26+
?HttpClientInterface $httpClient = null
2727
) {
2828
$this->httpClient = $httpClient ?? HttpClient::create();
2929
}

0 commit comments

Comments
 (0)