@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | /* |
4 | 4 | * This file is part of the humbug/php-scoper package. |
5 | 5 | * |
@@ -28,7 +28,7 @@ |
||
28 | 28 | { |
29 | 29 | $app->command( |
30 | 30 | 'add-prefix prefix path*', |
31 | - function ($prefix, $path, OutputInterface $output) { |
|
31 | + function($prefix, $path, OutputInterface $output) { |
|
32 | 32 | $formatter = new BasicFormatter($output); |
33 | 33 | $formatter->outputScopingStart(); |
34 | 34 | $handler = new AddPrefixCommandHandler(); |
@@ -33,8 +33,8 @@ |
||
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
36 | - * @param $content |
|
37 | - * @param $prefix |
|
36 | + * @param string $content |
|
37 | + * @param string $prefix |
|
38 | 38 | * |
39 | 39 | * @return string |
40 | 40 | */ |