Passed
Branch release (79c339)
by Kenneth
04:31
created
src/Driver/YAMLConfDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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'
Please login to merge, or discard this patch.