ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2023-01-18 03:47:37 +00:00
parent 7a6dfc6645
commit 7d2e51574c

View file

@ -146,9 +146,9 @@ class ApiWebappManifest extends ApiBase {
/** /**
* Get the JSON printer * Get the JSON printer
* *
* @return ApiWebappManifestFormatJson * @return ApiWebappManifestFormatJson
*/ */
public function getCustomPrinter() { public function getCustomPrinter() {
return new ApiWebappManifestFormatJson ( $this->getMain(), 'webmanifest' ); return new ApiWebappManifestFormatJson( $this->getMain(), 'webmanifest' );
} }
} }