More precise doc for getURL()

This commit is contained in:
Pierre Rudloff 2017-04-25 14:55:21 +02:00
parent 5180577b99
commit 453bf6e4c5

View file

@ -127,7 +127,7 @@ class VideoDownload
* @param string $format Format to use for the video * @param string $format Format to use for the video
* @param string $password Video password * @param string $password Video password
* *
* @return array URLs of video * @return string[] URLs of video
* */ * */
public function getURL($url, $format = null, $password = null) public function getURL($url, $format = null, $password = null)
{ {