Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and actions-user committed Jan 14, 2022
1 parent 0f11c35 commit 6f9e852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OptimizerChainFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected static function getLogger($config): LoggerInterface
throw InvalidConfiguration::notAnLogger($configuredLogger);
}

return new $configuredLogger;
return new $configuredLogger();
}

protected static function getOptimizers(array $config)
Expand Down

0 comments on commit 6f9e852

Please sign in to comment.