Passed
Push — master ( b081f7...96e2e0 )
by Mike
03:34
created
src/Xervice/Logger/LoggerDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
             );
Please login to merge, or discard this patch.