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
11c50a5669
commit
ba8f4fa865
|
@ -73,7 +73,6 @@ class SkinCitizen extends SkinMustache {
|
||||||
$title = $out->getTitle();
|
$title = $out->getTitle();
|
||||||
$parentData = parent::getTemplateData();
|
$parentData = parent::getTemplateData();
|
||||||
|
|
||||||
|
|
||||||
$header = new Header( $this );
|
$header = new Header( $this );
|
||||||
$logos = new Logos( $this );
|
$logos = new Logos( $this );
|
||||||
$drawer = new Drawer( $this );
|
$drawer = new Drawer( $this );
|
||||||
|
|
Loading…
Reference in a new issue