mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 23:57:29 +02:00
refactor: prepare for PSR2 (#2859)
This commit is contained in:
@@ -286,7 +286,7 @@ This bridge is not fetching its content through a secure connection</div>';
|
||||
* @param bool $isActive Indicates if the bridge is active or not
|
||||
* @return string The bridge card
|
||||
*/
|
||||
static function displayBridgeCard($bridgeName, $formats, $isActive = true){
|
||||
public static function displayBridgeCard($bridgeName, $formats, $isActive = true){
|
||||
|
||||
$bridgeFac = new \BridgeFactory();
|
||||
|
||||
|
Reference in New Issue
Block a user