Skip to content

Commit

Permalink
[CI] PHP CS Fixer it up (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored Feb 20, 2024
1 parent e018736 commit 29eef1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SassBinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct(
private string $binaryDownloadDir,
private ?string $binaryPath = null,
private ?SymfonyStyle $output = null,
HttpClientInterface $httpClient = null
?HttpClientInterface $httpClient = null
) {
$this->httpClient = $httpClient ?? HttpClient::create();
}
Expand Down

0 comments on commit 29eef1b

Please sign in to comment.