@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace PurpleBooth\GitGitHubLint; |
4 | 4 | |
5 | 5 | use PurpleBooth\GitLintValidators\Status\Status; |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | |
42 | 42 | usort( |
43 | 43 | $statuses, |
44 | - function (Status $statusA, Status $statusB) { |
|
44 | + function(Status $statusA, Status $statusB) { |
|
45 | 45 | return $statusA->getWeight() <=> $statusB->getWeight(); |
46 | 46 | } |
47 | 47 | ); |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace PurpleBooth\GitGitHubLint; |
4 | 4 | |
5 | 5 | /** |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace PurpleBooth\GitGitHubLint; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace PurpleBooth\GitGitHubLint; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace PurpleBooth\GitGitHubLint\Exception; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | |
4 | 4 | namespace PurpleBooth\GitGitHubLint; |
5 | 5 |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace PurpleBooth\GitGitHubLint; |
4 | 4 | |
5 | 5 | /** |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace PurpleBooth\GitGitHubLint; |
4 | 4 | |
5 | 5 | use PurpleBooth\GitGitHubLint\Exception\GitHubLintException; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace PurpleBooth\GitGitHubLint\Status; |
4 | 4 | |
5 | 5 | use PurpleBooth\GitLintValidators\Status\Status; |