Passed
Pull Request — master (#144)
by Dmitriy
02:24
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
         if (!is_array($definition)) {
200 200
             return [$definition, []];
201 201
         }
202
-        $tags = (array)($definition[self::TAGS_META] ?? []);
202
+        $tags = (array) ($definition[self::TAGS_META] ?? []);
203 203
         unset($definition[self::TAGS_META]);
204 204
 
205 205
         return [$definition[self::DEFINITION_META] ?? $definition, $tags];
Please login to merge, or discard this patch.