mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 13:50:23 +02:00
format: Refactor searchInformation
- Rename function to getFormatName - Add documentation - Rename variables - Remove unused variables
This commit is contained in:
@@ -29,7 +29,7 @@ EOD;
|
||||
$inactiveBridges = '';
|
||||
|
||||
$bridgeList = Bridge::getBridgeNames();
|
||||
$formats = Format::searchInformation();
|
||||
$formats = Format::getFormatNames();
|
||||
|
||||
$totalBridges = count($bridgeList);
|
||||
|
||||
|
Reference in New Issue
Block a user