@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | |
| 54 | 54 | /** |
| 55 | 55 | * {@inheritdoc} |
| 56 | - * @param \App\Platform\YouTube\Download[]|\App\Domain\Collection $downloads |
|
| 56 | + * @param Collection $downloads |
|
| 57 | 57 | * |
| 58 | 58 | * @throws \RuntimeException |
| 59 | 59 | */ |
@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | * Checks if a folder (or one of its parent, up to the $limit parameter) is found in the collection of folders. |
| 115 | 115 | * |
| 116 | 116 | * @param \SplFileInfo $folderToSearchFor |
| 117 | - * @param \SplFileInfo[]|\App\Domain\Collection $folders |
|
| 117 | + * @param Collection $folders |
|
| 118 | 118 | * @param bool $loopOverParentsFolders |
| 119 | 119 | * @param Path $untilPath |
| 120 | 120 | * |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | } |
| 154 | 154 | |
| 155 | 155 | /** |
| 156 | - * @param \SplFileInfo[]|\App\Domain\Collection $foldersToRemove |
|
| 156 | + * @param Collection $foldersToRemove |
|
| 157 | 157 | * @param \App\Domain\Path $downloadPath |
| 158 | 158 | * |
| 159 | 159 | * @return bool Whether folders were removed or not. |