1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-26 19:30:13 +02:00

[FolhaDeSaoPauloBridge] Fix Linting Issue (#2528)

This commit is contained in:
Yaman Qalieh
2022-03-24 18:36:23 -04:00
committed by GitHub
parent 534864f47b
commit bb06826680

View File

@@ -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];
} }