aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/DownloadImages.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-11-14 15:19:18 +0100
committerGitHub <noreply@github.com>2019-11-14 15:19:18 +0100
commit98d8e0c1b929a198da0fbcbffbc011e985b5df01 (patch)
treed7278a13dce4e6dcb253f124420e93ad5069df5e /src/Wallabag/CoreBundle/Helper/DownloadImages.php
parent8d8d6818fb6b6bc2f4140285a2a53c74e38bc010 (diff)
parent4a31f3b6a22b29bee5295aa3099fff79d137a00c (diff)
downloadwallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.tar.gz
wallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.tar.zst
wallabag-98d8e0c1b929a198da0fbcbffbc011e985b5df01.zip
Merge pull request #4183 from wallabag/update-deps
Update deps
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/DownloadImages.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/DownloadImages.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/DownloadImages.php b/src/Wallabag/CoreBundle/Helper/DownloadImages.php
index 1d361d6d..1d98fd1a 100644
--- a/src/Wallabag/CoreBundle/Helper/DownloadImages.php
+++ b/src/Wallabag/CoreBundle/Helper/DownloadImages.php
@@ -213,8 +213,6 @@ class DownloadImages
213 /** 213 /**
214 * Get images urls from the srcset image attribute. 214 * Get images urls from the srcset image attribute.
215 * 215 *
216 * @param Crawler $imagesCrawler
217 *
218 * @return array An array of urls 216 * @return array An array of urls
219 */ 217 */
220 private static function getSrcsetUrls(Crawler $imagesCrawler) 218 private static function getSrcsetUrls(Crawler $imagesCrawler)