Completed
Push — master ( 50dca6...e44fe4 )
by Derek Stephen
07:40
created
src/LogPackage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         }
34 34
 
35 35
         if ($c->has('log')) {
36
-            $c[LoggerInterface::class] = $c->factory(function (Container $c) {
36
+            $c[LoggerInterface::class] = $c->factory(function(Container $c) {
37 37
                 $config = $c->get('log');
38 38
                 $loggerFactory = new LoggerFactory();
39 39
 
Please login to merge, or discard this patch.