mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-31 15:30:01 +02:00
format: Refactor searchInformation
- Rename function to getFormatName - Add documentation - Rename variables - Remove unused variables
This commit is contained in:
parent
d7c374bd8c
commit
59f2d755fe
2 changed files with 17 additions and 15 deletions
|
@ -29,7 +29,7 @@ EOD;
|
|||
$inactiveBridges = '';
|
||||
|
||||
$bridgeList = Bridge::getBridgeNames();
|
||||
$formats = Format::searchInformation();
|
||||
$formats = Format::getFormatNames();
|
||||
|
||||
$totalBridges = count($bridgeList);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue