@@ -30,8 +30,8 @@ |
||
30 | 30 | |
31 | 31 | protected function getFactory(string $directory = null, bool $strict = true): ConfigManager |
32 | 32 | { |
33 | - if (is_null($directory)) { |
|
34 | - $directory = __DIR__ . '/fixtures'; |
|
33 | + if (is_null($directory)){ |
|
34 | + $directory = __DIR__.'/fixtures'; |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | return new ConfigManager(new DirectoryLoader($directory, $this->container), $strict); |
@@ -30,7 +30,8 @@ |
||
30 | 30 | |
31 | 31 | protected function getFactory(string $directory = null, bool $strict = true): ConfigManager |
32 | 32 | { |
33 | - if (is_null($directory)) { |
|
33 | + if (is_null($directory)) |
|
34 | + { |
|
34 | 35 | $directory = __DIR__ . '/fixtures'; |
35 | 36 | } |
36 | 37 |