Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Adding documentation for the function.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSH committed Feb 1, 2019
1 parent e8b0127 commit 9867fee
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/PaladinsAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,14 @@ public function getRankedSeasons(int $queue)
return $this->makeRequest($this->buildUrl('getleagueseasons', null, null, null, null, $queue));
}

/**
/**
* Get all the match ids in a selected queue based on date and hours
*
* @param string $hour
* @param mixed $date
* @param integer $queue
* @return mixed
*
* @codeCoverageIgnore
*/
public function getMatchIdsByQueue(string $hour, $date, int $queue = 424)
Expand Down

0 comments on commit 9867fee

Please sign in to comment.