Completed
Push — master ( 0b26b3...523564 )
by Greg
01:31
created
src/HubphAPI.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@  discard block
 block discarded – undo
36 36
         $this->eventLogger = null;
37 37
     }
38 38
 
39
+    /**
40
+     * @param string $as
41
+     */
39 42
     public function setAs($as)
40 43
     {
41 44
         if ($as != $this->as) {
@@ -118,6 +121,9 @@  discard block
 block discarded – undo
118 121
         return $remote;
119 122
     }
120 123
 
124
+    /**
125
+     * @param string $projectWithOrg
126
+     */
121 127
     protected function existingPRs($projectWithOrg, VersionIdentifiers $vids)
122 128
     {
123 129
         $preamble = $vids->getPreamble();
Please login to merge, or discard this patch.