diff --git a/app/Commands/GamesCommand.php b/app/Commands/GamesCommand.php index 307d159..df823cc 100644 --- a/app/Commands/GamesCommand.php +++ b/app/Commands/GamesCommand.php @@ -31,7 +31,7 @@ public function handle(Scores $scores): void } /** - * @param $sportsToShow string[] + * @params string[] $sportsToShow */ private function getScores(array $sportsToShow = []): array { diff --git a/app/Scores.php b/app/Scores.php index 10f8116..3984b03 100644 --- a/app/Scores.php +++ b/app/Scores.php @@ -24,7 +24,7 @@ class Scores /** * Gets the Scores from the multiple sports available. * - * @param $sportsToShow string[] + * @param string[] $sportsToShow * @return array */ public function getScores(array $sportsToShow = []): array