Passed
Pull Request — master (#144)
by Dmitriy
03:01
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
         Normalizer::validate($definition);
169 169
         if (isset($meta[self::TAGS_META])) {
170 170
             $this->validateTags($meta[self::TAGS_META]);
171
-            $this->setTags($id,$meta[self::TAGS_META]);
171
+            $this->setTags($id, $meta[self::TAGS_META]);
172 172
         }
173 173
 
174 174
         unset($this->instances[$id]);
Please login to merge, or discard this patch.