@@ -128,7 +128,7 @@ |
||
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 |