@@ -21,7 +21,7 @@ |
||
21 | 21 | protected function decode(string $configPath): array |
22 | 22 | { |
23 | 23 | $configArray = require $configPath; |
24 | - if (! is_array($configArray)) { |
|
24 | + if (!is_array($configArray)) { |
|
25 | 25 | throw new InvalidConfigException('Invalid PHP config'); |
26 | 26 | } |
27 | 27 | return $configArray; |