mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-11 19:14:09 +02:00
refactor: deprecate FeedItem constructor (#4201)
* fix: bug in prior commit * refactor: deprecate FeedItem constructor * test: fix
This commit is contained in:
@@ -477,7 +477,7 @@ class NintendoBridge extends XPathAbstract
|
||||
return $date->getTimestamp();
|
||||
}
|
||||
|
||||
protected function generateItemId(FeedItem $item)
|
||||
protected function generateItemId(array $item)
|
||||
{
|
||||
return $this->getCurrentCategory() . '-' . $this->lastId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user