mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
7364ccaeda
commit
373ba3b50c
|
@ -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' ]
|
||||
|
|
Loading…
Reference in a new issue