mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 23:27:32 +02:00
Formats: Remove display & related method (#2776)
Format should not be responsible for sending HTTP response.
This commit is contained in:
@@ -26,13 +26,6 @@ interface FormatInterface {
|
||||
*/
|
||||
public function stringify();
|
||||
|
||||
/**
|
||||
* Display the current data to the user
|
||||
*
|
||||
* @return self The format object
|
||||
*/
|
||||
public function display();
|
||||
|
||||
/**
|
||||
* Set items
|
||||
*
|
||||
|
Reference in New Issue
Block a user