mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 23:57:29 +02:00
Fix php8.2 deprecated warning when using bridge specific configurations (#3587)
* Fix php8.2 deprecated warning Fix php8.2 warning: `Deprecated: Creation of dynamic property is deprecated` * fix * refactor: remove unused method --------- Co-authored-by: Dag <me@dvikan.no>
This commit is contained in:
@@ -60,11 +60,6 @@ interface BridgeInterface
|
||||
*/
|
||||
public function collectData();
|
||||
|
||||
/**
|
||||
* Get the user's supplied configuration for the bridge
|
||||
*/
|
||||
public function getConfiguration();
|
||||
|
||||
/**
|
||||
* Returns the value for the selected configuration
|
||||
*
|
||||
|
Reference in New Issue
Block a user