Passed
Push — master ( d535a9...0c2aed )
by Alexander
01:35
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
             if (!is_string($id)) {
131 131
                 throw new InvalidConfigException('Key must be a string');
132 132
             }
133
-            $this->set((string)$id, $definition);
133
+            $this->set((string) $id, $definition);
134 134
         }
135 135
     }
136 136
 
Please login to merge, or discard this patch.