Skip to content

Commit ee89120

Browse files
author
Dickriven Chellemboyee
committed
Include parameters in project docblock
1 parent 4935d6a commit ee89120

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Gitlab/Api/Projects.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ public function all(array $parameters = [])
8585

8686
/**
8787
* @param int $project_id
88+
* @param array $parameters {
89+
*
90+
* @var bool $statistics Include project statistics.
91+
* @var bool $with_custom_attributes Include project custom attributes.
92+
* }
8893
* @return mixed
8994
*/
9095
public function show($project_id, array $parameters = [])

0 commit comments

Comments
 (0)