apply PSR-12 rules

This commit is contained in:
2022-07-13 13:23:48 +02:00
parent f7f3ab0af4
commit 328a98f90a
17 changed files with 100 additions and 80 deletions

View File

@ -37,7 +37,7 @@ class Configuration
*/
public function getTestMode(): bool
{
return (bool) Registry::getConfig()->getConfigParam( 'd3linkmobility_debug');
return (bool) Registry::getConfig()->getConfigParam('d3linkmobility_debug');
}
/**
@ -63,4 +63,4 @@ class Configuration
return strtoupper($country);
}
}
}