From 2cd9efa4d96f7856857e5c64b8a67d95631778b4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 24 Apr 2022 00:27:06 +0000 Subject: [PATCH] ci: lint code to MediaWiki standards Check commit and GitHub actions for more details --- includes/Partials/Drawer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Partials/Drawer.php b/includes/Partials/Drawer.php index 1b8d80ec..ddecd2cf 100644 --- a/includes/Partials/Drawer.php +++ b/includes/Partials/Drawer.php @@ -162,9 +162,9 @@ final class Drawer extends Partial { /** * Get and format sitestat value * TODO: Formatting should be based on user locale - * + * * @param string $key - * + * * @return int */ private function getSiteStat( $key ) {