refactor: prepare for PSR2 (#2859)

This commit is contained in:
Dag 2022-06-24 18:29:35 +02:00 committed by GitHub
parent d2313bddcc
commit 5076d09de6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 140 additions and 146 deletions

View file

@ -194,7 +194,7 @@ EOD;
* if enabled.
* @return string The home page
*/
static function create($showInactive = true) {
public static function create($showInactive = true) {
$totalBridges = 0;
$totalActiveBridges = 0;