mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
7a6dfc6645
commit
7d2e51574c
|
@ -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' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue