Skip to content

Commit b11bf8d

Browse files
erikn69github-actions[bot]
authored andcommitted
Fix styling
1 parent 48c4b98 commit b11bf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OptimizerChain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function optimize(string $pathToImage, ?string $pathToOutput = null)
6666
{
6767
if ($pathToOutput) {
6868
$check = copy($pathToImage, $pathToOutput);
69-
if($check == false) {
69+
if ($check == false) {
7070
throw new InvalidArgumentException("Cannot copy file");
7171
}
7272
$pathToImage = $pathToOutput;

0 commit comments

Comments
 (0)