@@ -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 SkipExtension 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 SkipExtension 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 SkipExtension package. |
@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | */ |
| 85 | 85 | private function getAbsoluteSkippedPaths(array $skippedPaths, string $basePath): array |
| 86 | 86 | { |
| 87 | - return array_map(function (string $skippedPath) use ($basePath): string { |
|
| 87 | + return array_map(function(string $skippedPath) use ($basePath): string { |
|
| 88 | 88 | return $basePath . '/' . $skippedPath; |
| 89 | 89 | }, $skippedPaths); |
| 90 | 90 | } |