Completed
Push — master ( 3f7b1f...b80af2 )
by Greg
405:52 queued 401:05
created
src/HubphAPI.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@  discard block
 block discarded – undo
34 34
         $this->eventLogger = null;
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $as
39
+     */
37 40
     public function setAs($as)
38 41
     {
39 42
         if ($as != $this->as) {
@@ -71,6 +74,9 @@  discard block
 block discarded – undo
71 74
         }
72 75
     }
73 76
 
77
+    /**
78
+     * @param VersionIdentifiers $vids
79
+     */
74 80
     public function prCheck($projectWithOrg, $vids)
75 81
     {
76 82
         // Find all of the PRs that contain any vid
Please login to merge, or discard this patch.