@@ -1,4 +1,4 @@ discard block |
||
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 |
||
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; |