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' ); } }