Skip to content

Commit

Permalink
better phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGoodwin committed Jun 25, 2021
1 parent 27eae6e commit 2eb02cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/UserAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ private function remapFromDb(array $row) : array {
* Get all users from the database, in alphabetic order.
* <code> $userlist = $instance->getAllUsers(); </code>
* @param string $search Searchstring to limit results.
* @param integer $start Record in database to start output.
* @param integer $pagesize Number of users to show on a page.
* @param int $start Record in database to start output.
* @param int $pagesize Number of users to show on a page.
* @return array All users with all info that is in the database.
*/
public function getAllUsers(string $search = "", int $start = 0, int $pagesize = 0) : array
Expand Down

0 comments on commit 2eb02cc

Please sign in to comment.