Fix types in docblock

This commit is contained in:
Pierre Rudloff 2017-11-12 16:36:44 +01:00
parent 21aedb08f0
commit 31576056c7
2 changed files with 3 additions and 3 deletions

View file

@ -392,7 +392,7 @@ class VideoDownload
* @param object $video Video object returned by youtube-dl
* @param string $format Requested format
*
* @return Response HTTP response
* @return resource
*/
public function getPlaylistArchiveStream(\stdClass $video, $format)
{