Completed
Push — master ( c3eede...c80ee3 )
by Patrick
02:48
created
api/v1/users.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@  discard block
 block discarded – undo
43 43
     }
44 44
 }
45 45
 
46
+/**
47
+ * @param boolean $message
48
+ */
46 49
 function validateCanCreateUser($proposedUser, $auth, &$message)
47 50
 {
48 51
     $user = $auth->getUsersByFilter(new \Data\Filter('mail eq '.$proposedUser->mail));
@@ -98,6 +101,9 @@  discard block
 block discarded – undo
98 101
     echo json_encode($ret);
99 102
 }
100 103
 
104
+/**
105
+ * @param string $uid
106
+ */
101 107
 function getUserByUID($app, $uid)
102 108
 {
103 109
     if($uid === 'me' || $uid === $app->user->getUid())
Please login to merge, or discard this patch.