mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-09-08 23:20:52 +02:00
refactor: remove parent calls to parseItem (#3747)
This commit is contained in:
@@ -31,10 +31,8 @@ class NextgovBridge extends FeedExpander
|
||||
$this->collectExpandableDatas($url, $limit);
|
||||
}
|
||||
|
||||
protected function parseItem($item)
|
||||
protected function parseItem(array $item)
|
||||
{
|
||||
$item = parent::parseItem($item);
|
||||
|
||||
$article_thumbnail = 'https://cdn.nextgov.com/nextgov/images/logo.png';
|
||||
$item['content'] = '<p><b>' . $item['content'] . '</b></p>';
|
||||
|
||||
|
Reference in New Issue
Block a user