Missing param types

This commit is contained in:
Pierre Rudloff 2017-04-25 22:23:18 +02:00
parent 60bd5dad6b
commit 8999180284

View file

@ -315,7 +315,7 @@ class FrontController
* *
* @return Response HTTP response * @return Response HTTP response
*/ */
private function getStream($url, $format, $response, $request, $password = null) private function getStream($url, $format, Response $response, Request $request, $password = null)
{ {
$video = $this->download->getJSON($url, $format, $password); $video = $this->download->getJSON($url, $format, $password);
if ($video->protocol == 'rtmp') { if ($video->protocol == 'rtmp') {