Fix types in docblock
This commit is contained in:
parent
21aedb08f0
commit
31576056c7
2 changed files with 3 additions and 3 deletions
|
@ -392,7 +392,7 @@ class VideoDownload
|
||||||
* @param object $video Video object returned by youtube-dl
|
* @param object $video Video object returned by youtube-dl
|
||||||
* @param string $format Requested format
|
* @param string $format Requested format
|
||||||
*
|
*
|
||||||
* @return Response HTTP response
|
* @return resource
|
||||||
*/
|
*/
|
||||||
public function getPlaylistArchiveStream(\stdClass $video, $format)
|
public function getPlaylistArchiveStream(\stdClass $video, $format)
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,8 +18,8 @@ class ViewFactory
|
||||||
/**
|
/**
|
||||||
* Create Smarty view object.
|
* Create Smarty view object.
|
||||||
*
|
*
|
||||||
* @param Container $container Slim dependency container
|
* @param ContainerInterface $container Slim dependency container
|
||||||
* @param Request $request PSR-7 request
|
* @param Request $request PSR-7 request
|
||||||
*
|
*
|
||||||
* @return Smarty
|
* @return Smarty
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue