diff --git a/src/PaladinsAPI.php b/src/PaladinsAPI.php index 928dd36..3b717fb 100644 --- a/src/PaladinsAPI.php +++ b/src/PaladinsAPI.php @@ -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)