Passed
Push — master ( 2a5c26...3118f5 )
by Koldo
02:29
created
src/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         );
45 45
 
46 46
         foreach ($factories as $name => $factory) {
47
-            $containerConfig[$name] = static function (ContainerInterface $container) use ($factory) {
47
+            $containerConfig[$name] = static function(ContainerInterface $container) use ($factory) {
48 48
                 if (is_array($factory)) {
49 49
                     $class = array_shift($factory);
50 50
                     $instance = new $class();
Please login to merge, or discard this patch.