aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2018-10-24 22:33:32 +0200
committerKevin Decherf <kevin@kdecherf.com>2018-10-24 22:33:32 +0200
commit1b220426e2e8139364b4a34678a2843c2e8bccf5 (patch)
treea3dc33ea43eadc3528ce494dfc05df6b500d1024
parent60599679519e819301ce36185c3dd5ca7aa7f4ec (diff)
downloadwallabag-1b220426e2e8139364b4a34678a2843c2e8bccf5.tar.gz
wallabag-1b220426e2e8139364b4a34678a2843c2e8bccf5.tar.zst
wallabag-1b220426e2e8139364b4a34678a2843c2e8bccf5.zip
phpcs
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
-rw-r--r--src/Wallabag/CoreBundle/Helper/ContentProxy.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Helper/ContentProxy.php b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
index 74130be8..d38811a2 100644
--- a/src/Wallabag/CoreBundle/Helper/ContentProxy.php
+++ b/src/Wallabag/CoreBundle/Helper/ContentProxy.php
@@ -349,6 +349,7 @@ class ContentProxy
349 349
350 if ($this->ignoreUrl($entry->getUrl())) { 350 if ($this->ignoreUrl($entry->getUrl())) {
351 $entry->setUrl($url); 351 $entry->setUrl($url);
352
352 return false; 353 return false;
353 } 354 }
354 355
@@ -360,7 +361,7 @@ class ContentProxy
360 * 'only the path is different between the two urls' whereas 361 * 'only the path is different between the two urls' whereas
361 * ['fragment', 'query'] means 'only fragment and query string parts are 362 * ['fragment', 'query'] means 'only fragment and query string parts are
362 * different between the two urls'. 363 * different between the two urls'.
363 * 364 *
364 * Note that values in $diff_keys are sorted. 365 * Note that values in $diff_keys are sorted.
365 */ 366 */
366 switch ($diff_keys) { 367 switch ($diff_keys) {