Skip to content

Commit b865398

Browse files
author
Dickriven Chellemboyee
committed
fix phpdoc return value
1 parent ddd8cfc commit b865398

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
@@ -500,7 +500,7 @@ public function removeLabel($project_id, $name)
500500
* Get languages used in a project with percentage value.
501501
*
502502
* @param int $project_id
503-
* @return void
503+
* @return mixed
504504
*/
505505
public function languages($project_id)
506506
{

0 commit comments

Comments
 (0)