@@ -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 | */ |
@@ -97,7 +97,7 @@ |
||
| 97 | 97 | |
| 98 | 98 | /** |
| 99 | 99 | * User to run the command as |
| 100 | - * @return string Defaults to false to run as default user |
|
| 100 | + * @return boolean Defaults to false to run as default user |
|
| 101 | 101 | */ |
| 102 | 102 | public function user() { |
| 103 | 103 | return false; |
@@ -92,7 +92,6 @@ |
||
| 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'); |