Completed
Branch improve-hot-spots (e4b40a)
by Olivier
01:40
created
lib/Symfony/TransformationPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,6 +104,6 @@
 block discarded – undo
104 104
             $refMap[$id] = new TypedReference($id, $container->getDefinition($id)->getClass());
105 105
         }
106 106
 
107
-        return [ $mapping, $refMap ];
107
+        return [$mapping, $refMap];
108 108
     }
109 109
 }
Please login to merge, or discard this patch.