mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 23:27:32 +02:00
Improve Factory variable names (#2895)
This commit is contained in:
@@ -304,9 +304,9 @@ This bridge is not fetching its content through a secure connection</div>';
|
||||
*/
|
||||
public static function displayBridgeCard($bridgeName, $formats, $isActive = true)
|
||||
{
|
||||
$bridgeFac = new \BridgeFactory();
|
||||
$bridgeFactory = new \BridgeFactory();
|
||||
|
||||
$bridge = $bridgeFac->create($bridgeName);
|
||||
$bridge = $bridgeFactory->create($bridgeName);
|
||||
|
||||
if ($bridge == false) {
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user