Completed
Pull Request — master (#42)
by Simon
01:46
created
src/Config/ConfigFileFinder.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
 
4 4
 namespace Shopware\Psh\Config;
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
             $globResult = glob($currentDirectory . '/' . self::VALID_FILE_NAME_GLOB);
22 22
 
23 23
             if (count($globResult)) {
24
-                return [ $this->preferNonDistributionFiles($globResult) ];
24
+                return [$this->preferNonDistributionFiles($globResult)];
25 25
             }
26 26
 
27 27
             $currentDirectory = dirname($currentDirectory);
Please login to merge, or discard this patch.