From b0ce0a43a680b91485500b3c5a1d69604c902bc0 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Sun, 14 May 2017 02:16:39 -0500 Subject: [PATCH] Minor - PHPDoc updates --- main/user/user.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/user/user.php b/main/user/user.php index b19e3450bf..1360fe79c3 100755 --- a/main/user/user.php +++ b/main/user/user.php @@ -745,6 +745,11 @@ function searchUserKeyword($firstname, $lastname, $username, $official_code, $ke /** * Get the users to display on the current page. + * @param int $from Offset + * @param int $number_of_items + * @param int $column The column on which to sort + * @param string $direction ASC or DESC, for the sort order of the query results + * @return array */ function get_user_data($from, $number_of_items, $column, $direction) {