Skip to content

Commit

Permalink
fix return docstring for Request::userBounty
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Nov 4, 2020
1 parent 2f9e904 commit 91f9d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function bounty() {
/**
* Get the total bounty that a user has added to a request
* @param int $userId ID of user
* @return array keyed by user ID
* @return int keyed by user ID
*/
public function userBounty(int $userId) {
return $this->db->scalar("
Expand Down

0 comments on commit 91f9d6e

Please sign in to comment.