@@ -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 | namespace Karma\Command; |
6 | 6 | |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | { |
37 | 37 | $unusedVariables = $processor->getUnusedVariables(); |
38 | 38 | |
39 | - if(! empty($unusedVariables)) |
|
39 | + if( ! empty($unusedVariables)) |
|
40 | 40 | { |
41 | 41 | $logger = $this->app['logger']; |
42 | 42 | |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | { |
54 | 54 | $unvaluedVariables = $processor->getUnvaluedVariables(); |
55 | 55 | |
56 | - if(! empty($unvaluedVariables)) |
|
56 | + if( ! empty($unvaluedVariables)) |
|
57 | 57 | { |
58 | 58 | $logger = $this->app['logger']; |
59 | 59 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Karma; |
6 | 6 |
@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types = 1); |
|
3 | +declare(strict_types=1); |
|
4 | 4 | |
5 | 5 | namespace Karma; |
6 | 6 |