ci: lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2021-04-09 15:48:47 +00:00
parent bd3eac63bb
commit cb8fb498ab

View file

@ -143,7 +143,7 @@ class SkinCitizen extends SkinMustache {
);
}
$options['templateDirectory'] = dirname(__DIR__, 1) . '/templates';
$options['templateDirectory'] = dirname( __DIR__, 1 ) . '/templates';
parent::__construct( $options );
}