@@ -103,7 +103,7 @@ |
||
| 103 | 103 | $linter->analyse( |
| 104 | 104 | $gitHubUsername, |
| 105 | 105 | $gitHubRepository, |
| 106 | - (int)$pullRequestId |
|
| 106 | + (int) $pullRequestId |
|
| 107 | 107 | ); |
| 108 | 108 | $io->success("Analysed PR $gitHubUsername/$gitHubRepository#$pullRequestId"); |
| 109 | 109 | |
@@ -49,7 +49,7 @@ |
||
| 49 | 49 | |
| 50 | 50 | usort( |
| 51 | 51 | $statuses, |
| 52 | - function (Status $statusA, Status $statusB) { |
|
| 52 | + function(Status $statusA, Status $statusB) { |
|
| 53 | 53 | return $statusA->getWeight() <=> $statusB->getWeight(); |
| 54 | 54 | } |
| 55 | 55 | ); |