From c7a880079401387243fc30d25b4d902ec2c7264c Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 15 Dec 2020 10:06:35 +0100 Subject: [PATCH] Fix phpDoc --- src/Wallabag/CoreBundle/Helper/DownloadImages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Wallabag/CoreBundle/Helper/DownloadImages.php b/src/Wallabag/CoreBundle/Helper/DownloadImages.php index 601b4f314..018bc2c6c 100644 --- a/src/Wallabag/CoreBundle/Helper/DownloadImages.php +++ b/src/Wallabag/CoreBundle/Helper/DownloadImages.php @@ -104,7 +104,7 @@ class DownloadImages * @param string $url Url from where the image were found * @param string $relativePath Relative local path to saved the image * - * @return string Relative url to access the image from the web + * @return string|false Relative url to access the image from the web */ public function processSingleImage($entryId, $imagePath, $url, $relativePath = null) {