Test Setup Failed
Branch master (8919db)
by Derek Stephen
02:14
created
Category
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.