@@ -159,7 +159,6 @@ |
||
159 | 159 | * Get moves that can be added by the league, optionally filtered by ID's |
160 | 160 | * |
161 | 161 | * @param League $league |
162 | - * @param array $ids |
|
163 | 162 | * |
164 | 163 | * @return array |
165 | 164 | */ |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | /** |
49 | 49 | * Get the upcoming movies |
50 | 50 | * |
51 | - * @return Collection|array[] |
|
51 | + * @return Collection |
|
52 | 52 | */ |
53 | 53 | private function getMovies() { |
54 | 54 | // Limit the scraped movie release date to the max length of the league |
@@ -92,7 +92,6 @@ discard block |
||
92 | 92 | /** |
93 | 93 | * Scan database for new movies and add them to the database |
94 | 94 | * |
95 | - * @param Collection $movies |
|
96 | 95 | */ |
97 | 96 | private function scanDatabaseForChanges(Collection $new_data) { |
98 | 97 | $new_data = $new_data->keyBy('boxoffice_id'); |