Skip to content

Commit a4b7bf7

Browse files
authored
PHP 8.4 tests
1 parent d873dcf commit a4b7bf7

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
@@ -62,7 +62,7 @@ public function useLogger(LoggerInterface $log)
6262
return $this;
6363
}
6464

65-
public function optimize(string $pathToImage, string $pathToOutput = null)
65+
public function optimize(string $pathToImage, ?string $pathToOutput = null)
6666
{
6767
if ($pathToOutput) {
6868
$check = copy($pathToImage, $pathToOutput);

0 commit comments

Comments
 (0)