Applied fixes from StyleCI

This commit is contained in:
Pierre Rudloff 2016-10-15 14:20:54 +00:00 committed by StyleCI Bot
parent 7d930d5083
commit 21967b77fb

View file

@ -170,6 +170,7 @@ class VideoDownload
$builder->add($video->{$property});
}
}
return $builder;
}
@ -188,7 +189,7 @@ class VideoDownload
$builder = new ProcessBuilder(
[
$this->config->rtmpdump,
'-q'
'-q',
]
);
$builder = $this->addOptionsToRtmpProcess($builder, $video);