mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 01:25:21 +02:00
refactor: format rendering (#4229)
This commit is contained in:
parent
c849576c93
commit
6516e31c1b
12 changed files with 25 additions and 50 deletions
|
@ -23,7 +23,7 @@ class JsonFormat extends FormatAbstract
|
|||
'uid',
|
||||
];
|
||||
|
||||
public function stringify()
|
||||
public function render(): string
|
||||
{
|
||||
$feedArray = $this->getFeed();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue