@@ -6,6 +6,9 @@ |
||
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') { |
@@ -10,8 +10,8 @@ |
||
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) |