More precise doc for getURL()
This commit is contained in:
parent
5180577b99
commit
453bf6e4c5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue