@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace Humbug\PhpScoper\Console\Command; |
5 | 5 | |
@@ -92,7 +92,7 @@ discard block |
||
92 | 92 | $fileSystem = $this->fileSystem; |
93 | 93 | |
94 | 94 | array_map( |
95 | - function (string $path) use ($cwd, $fileSystem) { |
|
95 | + function(string $path) use ($cwd, $fileSystem) { |
|
96 | 96 | if (false === file_exists($path)) { |
97 | 97 | throw new RuntimeException( |
98 | 98 | sprintf( |