Completed
Pull Request — master (#7)
by Sergey
02:01
created
Tests/DependencyInjection/CollectMappersCompilePassTest.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,9 @@
 block discarded – undo
55 55
         $tags = [];
56 56
 
57 57
         foreach ($services as $id => $service) {
58
-            if (!is_array($service)) $service = [$service, []];
58
+            if (!is_array($service)) {
59
+                $service = [$service, []];
60
+            }
59 61
             list($className, $tagAttributes) = $service;
60 62
 
61 63
             $tags[$id] = $tagAttributes;
Please login to merge, or discard this patch.