@@ -174,7 +174,7 @@ |
||
| 174 | 174 | */ |
| 175 | 175 | private function check(array $data): array |
| 176 | 176 | { |
| 177 | - array_walk($data, static function (&$item) { |
|
| 177 | + array_walk($data, static function(&$item) { |
|
| 178 | 178 | $item = is_array($item) ? new Config($item) : $item; |
| 179 | 179 | }); |
| 180 | 180 | |