From 54835b1695ab9e7a470572b1bdb9d9385488e8a6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 2 Jun 2023 18:31:46 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20lint=20code=20to=20MediaWi?= =?UTF-8?q?ki=20standards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Check commit and GitHub actions for more details --- includes/Partials/Drawer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Partials/Drawer.php b/includes/Partials/Drawer.php index 0cdd26b2..e17b7189 100644 --- a/includes/Partials/Drawer.php +++ b/includes/Partials/Drawer.php @@ -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 []; }