mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-09-02 12:43:13 +02:00
refactor: remove parent calls to parseItem (#3747)
This commit is contained in:
@@ -14,10 +14,8 @@ class NYTBridge extends FeedExpander
|
||||
$this->collectExpandableDatas($url, 40);
|
||||
}
|
||||
|
||||
protected function parseItem($item)
|
||||
protected function parseItem(array $item)
|
||||
{
|
||||
$item = parent::parseItem($item);
|
||||
|
||||
$article = '';
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user