Completed
Push — master ( 8c1622...0ad19e )
by Greg
328:48
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.
src/Internal/EventLogger.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -55,6 +55,9 @@
 block discarded – undo
55 55
 EOT;
56 56
     }
57 57
 
58
+    /**
59
+     * @param string $event_name
60
+     */
58 61
     protected function getEntry($event_name, $args, $params, $response)
59 62
     {
60 63
         $args_string = json_encode($args);
Please login to merge, or discard this patch.