Skip to content

Commit cdf0044

Browse files
authored
Update Projects.php
1 parent d6ad221 commit cdf0044

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/Gitlab/Api/Projects.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,10 @@ public function removeLabel($project_id, $name)
496496

497497
/**
498498
* @param int $project_id
499-
* @param array $params
499+
* @param array $params (
500+
*
501+
* @var string $namespace The ID or path of the namespace that the project will be forked to
502+
* )
500503
* @return mixed
501504
*/
502505
public function fork($project_id, array $params = array())

0 commit comments

Comments
 (0)