Skip to content

Commit 2346dc2

Browse files
Fixed project_id
1 parent 3090ce5 commit 2346dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Gitlab/Api/Projects.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public function deletePipeline($project_id, $pipeline_id)
289289
}
290290

291291
/**
292-
* @param int $project_id
292+
* @param int|string $project_id
293293
* @param array $parameters
294294
* @return mixed
295295
*/

0 commit comments

Comments
 (0)