We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4935d6a commit ee89120Copy full SHA for ee89120
lib/Gitlab/Api/Projects.php
@@ -85,6 +85,11 @@ public function all(array $parameters = [])
85
86
/**
87
* @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
+ * }
93
* @return mixed
94
*/
95
public function show($project_id, array $parameters = [])
0 commit comments