Completed
Push — master ( 2fc3a5...6f2835 )
by Billie
04:46 queued 01:43
created
src/PurpleBooth/GitGitHubLint/StatusSendService.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -18,6 +18,7 @@
 block discarded – undo
18 18
      * @param string $repository
19 19
      * @param string $sha
20 20
      * @param Status $status
21
+     * @return void
21 22
      */
22 23
     public function updateStatus(string $organisation, string $repository, string $sha, Status $status);
23 24
 }
Please login to merge, or discard this patch.
src/PurpleBooth/GitGitHubLint/Message.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -18,6 +18,7 @@
 block discarded – undo
18 18
      * @param string $repository
19 19
      * @param string $sha
20 20
      * @param Status $status
21
+     * @return void
21 22
      */
22 23
     public function updateStatus(string $organisation, string $repository, string $sha, Status $status);
23 24
 }
Please login to merge, or discard this patch.