Completed
Push — master ( 780541...199635 )
by Dorian
01:51
created
src/Platform/YouTube/YouTube.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      * Checks if a folder (or one of its parent, up to the $limit parameter) is found in the collection of folders.
197 197
      *
198 198
      * @param \SplFileInfo $folderToSearchFor
199
-     * @param \SplFileInfo[]|\App\Domain\Collection $folders
199
+     * @param Collection $folders
200 200
      * @param bool $loopOverParentsFolders
201 201
      * @param Path $untilPath
202 202
      *
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
     }
236 236
 
237 237
     /**
238
-     * @param \App\Domain\Collection|\SplFileInfo[] $foldersToRemove
238
+     * @param Collection $foldersToRemove
239 239
      * @param \App\Domain\Path $downloadPath
240 240
      *
241 241
      * @return bool Whether folders were removed or not.
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     }
325 325
 
326 326
     /**
327
-     * @param \App\Platform\YouTube\Download[]|\App\Domain\Collection $downloads
327
+     * @param Collection $downloads
328 328
      * @param \App\Domain\Path $downloadPath
329 329
      *
330 330
      * @throws \RuntimeException
Please login to merge, or discard this patch.