Completed
Push — master ( 7701ed...c3eede )
by Patrick
03:23
created
api/v1/groups.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -29,6 +29,9 @@
 block discarded – undo
29 29
     }
30 30
 }
31 31
 
32
+/**
33
+ * @param boolean $directOnly
34
+ */
32 35
 function expandGroupMembers($group, $odata, $directOnly)
33 36
 {
34 37
     if($odata->expand !== false && in_array('member', $odata->expand))
Please login to merge, or discard this patch.