@@ -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 | use Isolated\Symfony\Component\Finder\Finder; |
6 | 6 | |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | // |
40 | 40 | // For more see: https://github.com/humbug/php-scoper#patchers |
41 | 41 | 'patchers' => [ |
42 | - function (string $filePath, string $prefix, string $contents): string { |
|
42 | + function(string $filePath, string $prefix, string $contents): string { |
|
43 | 43 | // Change the contents here. |
44 | 44 | |
45 | 45 | return $contents; |