@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | } |
| 45 | 45 | |
| 46 | 46 | /** |
| 47 | - * @param \App\Domain\Content[]|\App\Domain\Collection $contents |
|
| 47 | + * @param Collection $contents |
|
| 48 | 48 | * @param \App\Domain\PathPart $rootPathPart |
| 49 | 49 | * @throws \RuntimeException |
| 50 | 50 | */ |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | |
| 137 | 137 | /** |
| 138 | 138 | * {@inheritdoc} |
| 139 | - * @param \App\Platform\YouTube\Download[]|\App\Domain\Collection $downloads |
|
| 139 | + * @param Collection $downloads |
|
| 140 | 140 | * |
| 141 | 141 | * @throws \RuntimeException |
| 142 | 142 | */ |
@@ -197,7 +197,7 @@ discard block |
||
| 197 | 197 | * Checks if a folder (or one of its parent, up to the $limit parameter) is found in the collection of folders. |
| 198 | 198 | * |
| 199 | 199 | * @param \SplFileInfo $folderToSearchFor |
| 200 | - * @param \SplFileInfo[]|\App\Domain\Collection $folders |
|
| 200 | + * @param Collection $folders |
|
| 201 | 201 | * @param bool $loopOverParentsFolders |
| 202 | 202 | * @param Path $untilPath |
| 203 | 203 | * |
@@ -236,7 +236,7 @@ discard block |
||
| 236 | 236 | } |
| 237 | 237 | |
| 238 | 238 | /** |
| 239 | - * @param \SplFileInfo[]|\App\Domain\Collection $foldersToRemove |
|
| 239 | + * @param Collection $foldersToRemove |
|
| 240 | 240 | * @param \App\Domain\Path $downloadPath |
| 241 | 241 | * |
| 242 | 242 | * @return bool Whether folders were removed or not. |
@@ -325,7 +325,7 @@ discard block |
||
| 325 | 325 | } |
| 326 | 326 | |
| 327 | 327 | /** |
| 328 | - * @param \App\Platform\YouTube\Download[]|\App\Domain\Collection $downloads |
|
| 328 | + * @param Collection $downloads |
|
| 329 | 329 | * @param \App\Domain\Path $downloadPath |
| 330 | 330 | * |
| 331 | 331 | * @throws \RuntimeException |