mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
fix(senscritique) (#3750)
This commit is contained in:
@@ -31,7 +31,10 @@ abstract class FormatAbstract
|
||||
$this->lastModified = $lastModified;
|
||||
}
|
||||
|
||||
public function setItems(array $items)
|
||||
/**
|
||||
* @param FeedItem[] $items
|
||||
*/
|
||||
public function setItems(array $items): void
|
||||
{
|
||||
$this->items = $items;
|
||||
}
|
||||
|
Reference in New Issue
Block a user