@@ -41,7 +41,7 @@ |
||
| 41 | 41 | protected function addLogHandler( |
| 42 | 42 | DependencyContainerInterface $container |
| 43 | 43 | ): DependencyContainerInterface { |
| 44 | - $container[self::LOG_HANDLER] = function () { |
|
| 44 | + $container[self::LOG_HANDLER] = function() { |
|
| 45 | 45 | return new HandlerCollection( |
| 46 | 46 | $this->getLogHandler() |
| 47 | 47 | ); |