mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
bd3eac63bb
commit
cb8fb498ab
|
@ -143,7 +143,7 @@ class SkinCitizen extends SkinMustache {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$options['templateDirectory'] = dirname(__DIR__, 1) . '/templates';
|
$options['templateDirectory'] = dirname( __DIR__, 1 ) . '/templates';
|
||||||
parent::__construct( $options );
|
parent::__construct( $options );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue