Completed
Pull Request — master (#106)
by Jan Philipp
04:37
created
src/Config/DotenvFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare (strict_types=1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Shopware\Psh\Config;
4 4
 
Please login to merge, or discard this patch.
src/Config/Config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare (strict_types=1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace Shopware\Psh\Config;
4 4
 
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
             [$this->getEnvironment($environment), 'getDotenvPaths']
114 114
         );
115 115
 
116
-        return array_map(function (string $path): DotenvFile {
116
+        return array_map(function(string $path): DotenvFile {
117 117
             return new DotenvFile($path);
118 118
         }, $paths);
119 119
     }
Please login to merge, or discard this patch.