From 7d2e51574c8231187140670eb84ae8fa37f7a4d5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Jan 2023 03:47:37 +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/Api/ApiWebappManifest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Api/ApiWebappManifest.php b/includes/Api/ApiWebappManifest.php index 4f389f61..44581fd7 100644 --- a/includes/Api/ApiWebappManifest.php +++ b/includes/Api/ApiWebappManifest.php @@ -146,9 +146,9 @@ class ApiWebappManifest extends ApiBase { /** * Get the JSON printer * - * @return ApiWebappManifestFormatJson + * @return ApiWebappManifestFormatJson */ public function getCustomPrinter() { - return new ApiWebappManifestFormatJson ( $this->getMain(), 'webmanifest' ); + return new ApiWebappManifestFormatJson( $this->getMain(), 'webmanifest' ); } }