Completed
Pull Request — master (#111)
by Jan Philipp
02:16
created
src/Config/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.