aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/DownloadImages.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-01-28 06:10:26 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-05-28 11:42:27 +0200
commit448d99f84e93697ce49ec31224addb1da1a37a9f (patch)
treedac85bc07ca0e6cf253d90b859811eaff28a4bd4 /src/Wallabag/CoreBundle/Helper/DownloadImages.php
parent1048c9c4a811821b00cc04bfec905bebcc22bac4 (diff)
downloadwallabag-448d99f84e93697ce49ec31224addb1da1a37a9f.tar.gz
wallabag-448d99f84e93697ce49ec31224addb1da1a37a9f.tar.zst
wallabag-448d99f84e93697ce49ec31224addb1da1a37a9f.zip
CS
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/DownloadImages.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/DownloadImages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/DownloadImages.php b/src/Wallabag/CoreBundle/Helper/DownloadImages.php
index e5749060..7a39a2e4 100644
--- a/src/Wallabag/CoreBundle/Helper/DownloadImages.php
+++ b/src/Wallabag/CoreBundle/Helper/DownloadImages.php
@@ -312,7 +312,7 @@ class DownloadImages
312 * Retrieve and validate the extension from the response of the url of the image. 312 * Retrieve and validate the extension from the response of the url of the image.
313 * 313 *
314 * @param ResponseInterface $res Http Response 314 * @param ResponseInterface $res Http Response
315 * @param string $imagePath Path from the src image from the content (used for log only) 315 * @param string $imagePath Path from the src image from the content (used for log only)
316 * 316 *
317 * @return string|false Extension name or false if validation failed 317 * @return string|false Extension name or false if validation failed
318 */ 318 */