ci: lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2021-03-18 16:36:39 +00:00
parent 7364ccaeda
commit 373ba3b50c

View file

@ -126,9 +126,9 @@ class SkinCitizen extends SkinMustache {
// Load Citizen debug module if debug is enabled
if (
$this->getConfigValue( 'ShowDebug' ) === true
|| $this->getConfigValue( 'ShowExceptionDetails' ) === true
) {
$this->getConfigValue( 'ShowDebug' ) === true
|| $this->getConfigValue( 'ShowExceptionDetails' ) === true
) {
$options['styles'] = array_merge(
$options['styles'],
[ 'skins.citizen.styles.debug' ]