Completed
Push — master ( 689cf0...2aeea6 )
by Billie
03:17
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.