1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 14:18:35 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,8 +46,7 @@ class FolhaDeSaoPauloBridge extends FeedExpander {
} else {
Debug::log('???: ' . $item['uri']);
}
}
else {
} else {
$item['uri'] = explode('*', $item['uri'])[1];
}