mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-14 04:24:05 +02:00
refactor: remove parent calls to parseItem (#3747)
This commit is contained in:
@@ -125,10 +125,8 @@ class HeiseBridge extends FeedExpander
|
||||
);
|
||||
}
|
||||
|
||||
protected function parseItem($item)
|
||||
protected function parseItem(array $item)
|
||||
{
|
||||
$item = parent::parseItem($item);
|
||||
|
||||
$sessioncookie = $this->getInput('sessioncookie');
|
||||
|
||||
// strip rss parameter
|
||||
|
Reference in New Issue
Block a user