mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-10-09 13:56:28 +02:00
fix: rewrite and improve caching (#3594)
This commit is contained in:
@@ -28,15 +28,7 @@ interface FormatInterface
|
||||
*/
|
||||
public function stringify();
|
||||
|
||||
/**
|
||||
* Set items
|
||||
*
|
||||
* @param array $bridges The items
|
||||
* @return self The format object
|
||||
*
|
||||
* @todo Rename parameter `$bridges` to `$items`
|
||||
*/
|
||||
public function setItems(array $bridges);
|
||||
public function setItems(array $items);
|
||||
|
||||
/**
|
||||
* Return items
|
||||
|
Reference in New Issue
Block a user