@@ -28,7 +28,7 @@ |
||
28 | 28 | { |
29 | 29 | $app->command( |
30 | 30 | 'add-prefix prefix path*', |
31 | - function ($prefix, $path, OutputInterface $output) use ($declaredClasses) { |
|
31 | + function($prefix, $path, OutputInterface $output) use ($declaredClasses) { |
|
32 | 32 | $formatter = new BasicFormatter($output); |
33 | 33 | $formatter->outputScopingStart(); |
34 | 34 | $handler = new AddPrefixCommandHandler(); |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace MyNamespace; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare (strict_types=1); |
|
3 | +declare (strict_types = 1); |
|
4 | 4 | namespace MyPrefix\MyNamespace; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace MyNamespace; |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the humbug/php-scoper package. |
@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the humbug/php-scoper package. |
@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | $fileSystem = $this->fileSystem; |
107 | 107 | |
108 | 108 | $paths = array_map( |
109 | - function (string $path) use ($cwd, $fileSystem) { |
|
109 | + function(string $path) use ($cwd, $fileSystem) { |
|
110 | 110 | if (false === $fileSystem->isAbsolutePath($path)) { |
111 | 111 | return $cwd.DIRECTORY_SEPARATOR.$path; |
112 | 112 | } |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the humbug/php-scoper package. |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the humbug/php-scoper package. |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of the humbug/php-scoper package. |