diff --git a/src/Factory/LoggerFactory.php b/src/Factory/LoggerFactory.php index 658d2c9bee..751a6357da 100644 --- a/src/Factory/LoggerFactory.php +++ b/src/Factory/LoggerFactory.php @@ -25,7 +25,7 @@ class LoggerFactory * * @return LoggerInterface The PSR-3 compliant logger instance */ - public static function create($channel, $config = null) + public static function create($channel, ConfigCache $config = null) { $logger = new Monolog\Logger($channel); $logger->pushProcessor(new Monolog\Processor\PsrLogMessageProcessor());