@@ -55,7 +55,9 @@ |
||
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; |