mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-22 20:00:06 +01:00
phpcs
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
6059967951
commit
1b220426e2
@ -349,6 +349,7 @@ class ContentProxy
|
|||||||
|
|
||||||
if ($this->ignoreUrl($entry->getUrl())) {
|
if ($this->ignoreUrl($entry->getUrl())) {
|
||||||
$entry->setUrl($url);
|
$entry->setUrl($url);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -360,7 +361,7 @@ class ContentProxy
|
|||||||
* 'only the path is different between the two urls' whereas
|
* 'only the path is different between the two urls' whereas
|
||||||
* ['fragment', 'query'] means 'only fragment and query string parts are
|
* ['fragment', 'query'] means 'only fragment and query string parts are
|
||||||
* different between the two urls'.
|
* different between the two urls'.
|
||||||
*
|
*
|
||||||
* Note that values in $diff_keys are sorted.
|
* Note that values in $diff_keys are sorted.
|
||||||
*/
|
*/
|
||||||
switch ($diff_keys) {
|
switch ($diff_keys) {
|
||||||
|
Loading…
Reference in New Issue
Block a user