We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f11c35 commit 6f9e852Copy full SHA for 6f9e852
src/OptimizerChainFactory.php
@@ -34,7 +34,7 @@ protected static function getLogger($config): LoggerInterface
34
throw InvalidConfiguration::notAnLogger($configuredLogger);
35
}
36
37
- return new $configuredLogger;
+ return new $configuredLogger();
38
39
40
protected static function getOptimizers(array $config)
0 commit comments