@@ -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 | $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); |