1
0
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:
logmanoriginal
2018-11-15 20:16:21 +01:00
parent d7c374bd8c
commit 59f2d755fe
2 changed files with 17 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ EOD;
$inactiveBridges = '';
$bridgeList = Bridge::getBridgeNames();
$formats = Format::searchInformation();
$formats = Format::getFormatNames();
$totalBridges = count($bridgeList);