]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
phpcs 3553/head
authorKevin Decherf <kevin@kdecherf.com>
Wed, 24 Oct 2018 20:33:32 +0000 (22:33 +0200)
committerKevin Decherf <kevin@kdecherf.com>
Wed, 24 Oct 2018 20:33:32 +0000 (22:33 +0200)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
src/Wallabag/CoreBundle/Helper/ContentProxy.php

index 74130be8ecc4fc8fbdf66a86cbda37d179757bc6..d38811a272caa13b0ed859a99ee394c64e93b831 100644 (file)
@@ -349,6 +349,7 @@ class ContentProxy
 
         if ($this->ignoreUrl($entry->getUrl())) {
             $entry->setUrl($url);
+
             return false;
         }
 
@@ -360,7 +361,7 @@ class ContentProxy
          * 'only the path is different between the two urls' whereas
          * ['fragment', 'query'] means 'only fragment and query string parts are
          * different between the two urls'.
-         * 
+         *
          * Note that values in $diff_keys are sorted.
          */
         switch ($diff_keys) {