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
403a109cc2
commit
54835b1695
|
@ -125,7 +125,7 @@ final class Drawer extends Partial {
|
|||
* @return array for use in Mustache template.
|
||||
*/
|
||||
public function getSiteStatsData(): array {
|
||||
if ( ! $this->getConfigValue( 'CitizenEnableDrawerSiteStats' ) ) {
|
||||
if ( !$this->getConfigValue( 'CitizenEnableDrawerSiteStats' ) ) {
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue