1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

refactor: format rendering (#4229)

This commit is contained in:
Dag
2024-08-23 17:34:06 +02:00
committed by GitHub
parent c849576c93
commit 6516e31c1b
12 changed files with 25 additions and 50 deletions

View File

@@ -58,7 +58,7 @@ class FormatTest extends TestCase
class TestFormat extends \FormatAbstract
{
public function stringify()
public function render(): string
{
}
}