From 453bf6e4c548316135b93cefa137c39cdf31d623 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Tue, 25 Apr 2017 14:55:21 +0200 Subject: [PATCH] More precise doc for getURL() --- classes/VideoDownload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/VideoDownload.php b/classes/VideoDownload.php index 373ac38..0d42a97 100644 --- a/classes/VideoDownload.php +++ b/classes/VideoDownload.php @@ -127,7 +127,7 @@ class VideoDownload * @param string $format Format to use for the video * @param string $password Video password * - * @return array URLs of video + * @return string[] URLs of video * */ public function getURL($url, $format = null, $password = null) {