apply PSR-12 rules
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user