Completed
Pull Request — master (#42)
by Simon
01:40
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
             if (count($globResult)) {
22 22
                 $configFiles[] = $this->preferNonDistributionFiles($globResult);
23 23
                 if ($overrideFile = $this->getOverrideFile($globResult)) {
24
-                    $configFiles[] = $overrideFile ;
24
+                    $configFiles[] = $overrideFile;
25 25
                 }
26 26
 
27 27
                 return $configFiles;
Please login to merge, or discard this patch.