Skip to content

Commit 6f9e852

Browse files
freekmurzeactions-user
authored andcommitted
Fix styling
1 parent 0f11c35 commit 6f9e852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OptimizerChainFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected static function getLogger($config): LoggerInterface
3434
throw InvalidConfiguration::notAnLogger($configuredLogger);
3535
}
3636

37-
return new $configuredLogger;
37+
return new $configuredLogger();
3838
}
3939

4040
protected static function getOptimizers(array $config)

0 commit comments

Comments
 (0)