Skip to content

Commit

Permalink
Updates documentation slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
AshCorr committed Nov 30, 2020
1 parent d2c65fe commit 0385a06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Api/Controller/Groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ class Groups extends AbstractController
* @api-desc Get list of user groups sorted by display rank.
*
*
* @api-out str $key the linking key generated.
* @api-out str $url the url the end user needs to access to link.
* @api-out list $groups list of groups returned.
*/
public function actionGet(ParameterBag $params)
{
Expand All @@ -28,5 +27,4 @@ public function actionGet(ParameterBag $params)
'groups' => $groups
]);
}

}

0 comments on commit 0385a06

Please sign in to comment.