@@ -36,7 +36,7 @@ discard block |
||
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /** |
| 39 | - * @param \App\Domain\Content[]|\App\Domain\Collection $contents |
|
| 39 | + * @param Collection $contents |
|
| 40 | 40 | * @param \App\Domain\PathPart $rootPathPart |
| 41 | 41 | * @throws \RuntimeException |
| 42 | 42 | */ |
@@ -99,9 +99,9 @@ discard block |
||
| 99 | 99 | } |
| 100 | 100 | |
| 101 | 101 | /** |
| 102 | - * @param \App\Platform\YouTube\Download[]|\App\Domain\Collection $downloads |
|
| 102 | + * @param Collection $downloads |
|
| 103 | 103 | * |
| 104 | - * @return \App\Platform\YouTube\Download[]|\App\Domain\Collection |
|
| 104 | + * @return Collection |
|
| 105 | 105 | */ |
| 106 | 106 | private function filterAlreadyDownloaded(Collection $downloads): Collection |
| 107 | 107 | { |
@@ -122,7 +122,7 @@ discard block |
||
| 122 | 122 | } |
| 123 | 123 | |
| 124 | 124 | /** |
| 125 | - * @param \App\Platform\YouTube\Download[]|\App\Domain\Collection $downloads |
|
| 125 | + * @param Collection $downloads |
|
| 126 | 126 | * @param \App\Domain\Path $downloadPath |
| 127 | 127 | * |
| 128 | 128 | * @return bool |
@@ -157,7 +157,7 @@ discard block |
||
| 157 | 157 | } |
| 158 | 158 | |
| 159 | 159 | /** |
| 160 | - * @param \App\Platform\YouTube\Download[]|\App\Domain\Collection $downloads |
|
| 160 | + * @param Collection $downloads |
|
| 161 | 161 | * |
| 162 | 162 | * @throws \RuntimeException |
| 163 | 163 | */ |