Completed
Push — master ( d729cc...c4b780 )
by Billie
08:30 queued 06:03
created
src/PurpleBooth/GitGitHubLint/Command/EvaluatePullRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/PurpleBooth/GitGitHubLint/GitHubMessageImplementation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.