@@ -30,7 +30,7 @@ |
||
| 30 | 30 | */ |
| 31 | 31 | public function parseConfigurationFile(?string $file = null): array |
| 32 | 32 | { |
| 33 | - return (array)(new Parser())->parseFile( |
|
| 33 | + return (array) (new Parser())->parseFile( |
|
| 34 | 34 | $file === null |
| 35 | 35 | ? $this->mainConfFile |
| 36 | 36 | : $this->confLocation . $file . '.yaml' |