Passed
Push — cleanup ( 706ddc )
by Alexander
07:56
created
src/Container.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     protected function setMultiple(array $config): void
129 129
     {
130 130
         foreach ($config as $id => $definition) {
131
-            $this->set((string)$id, $definition);
131
+            $this->set((string) $id, $definition);
132 132
         }
133 133
     }
134 134
 
Please login to merge, or discard this patch.