Test Failed
Pull Request — master (#29)
by Théo
04:40
created
src/Console/Command/AddPrefixCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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(
Please login to merge, or discard this patch.