mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 07:09:34 +02:00
[FolhaDeSaoPauloBridge] Fix Linting Issue (#2528)
This commit is contained in:
parent
534864f47b
commit
bb06826680
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ class FolhaDeSaoPauloBridge extends FeedExpander {
|
||||||
} else {
|
} else {
|
||||||
Debug::log('???: ' . $item['uri']);
|
Debug::log('???: ' . $item['uri']);
|
||||||
}
|
}
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
$item['uri'] = explode('*', $item['uri'])[1];
|
$item['uri'] = explode('*', $item['uri'])[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue