Completed
Push — master ( 6af386...8c8746 )
by Olivier
03:38
created
lib/Symfony/TransformationPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
             $refMap[$id] = new TypedReference($id, $container->getDefinition($id)->getClass());
92 92
         }
93 93
 
94
-        return [ $mapping, $refMap ];
94
+        return [$mapping, $refMap];
95 95
     }
96 96
 
97 97
     /**
Please login to merge, or discard this patch.