@@ -143,7 +143,7 @@ |
||
| 143 | 143 | [$this->getEnvironment($environment), 'getDotenvPaths'] |
| 144 | 144 | ); |
| 145 | 145 | |
| 146 | - return array_map(static function (string $path): DotenvFile { |
|
| 146 | + return array_map(static function(string $path): DotenvFile { |
|
| 147 | 147 | return new DotenvFile($path); |
| 148 | 148 | }, $paths); |
| 149 | 149 | } |