Completed
Push — master ( 199635...738ba0 )
by Dorian
01:26
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
      */
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.