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

@ -128,7 +128,7 @@ class SkinCitizen extends SkinMustache {
if (
$this->getConfigValue( 'ShowDebug' ) === true
|| $this->getConfigValue( 'ShowExceptionDetails' ) === true
) {
) {
$options['styles'] = array_merge(
$options['styles'],
[ 'skins.citizen.styles.debug' ]