Completed
Push — master ( 93fab3...53cfc7 )
by Rémi
13:39
created
src/Gitlab/Hook/AbstractHook.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -6,6 +6,9 @@
 block discarded – undo
6 6
 
7 7
     protected $buildStatus;
8 8
 
9
+    /**
10
+     * @param string $hook
11
+     */
9 12
     public function __construct($hook)
10 13
     {
11 14
         if (gettype($hook) == 'string') {
Please login to merge, or discard this patch.
src/Gitlab/HookResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
     /**
11 11
      * Load a gitlab or gitlab CI webhook handler
12 12
      *
13
-     * @param string $data
14 13
      *
14
+     * @param string $hook
15 15
      * @return GitlabCiHook|GitlabHook
16 16
      */
17 17
     public static function load($hook)
Please login to merge, or discard this patch.