mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-11 16:48:54 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
0d52046523
commit
2d936d01c3
|
@ -149,7 +149,7 @@ class SkinCitizen extends SkinMustache {
|
|||
* @param string $feature
|
||||
* @param string $value
|
||||
*/
|
||||
private function addClientPrefFeature( string $feature, string $value ) {
|
||||
private function addClientPrefFeature( string $feature, string $value ) {
|
||||
$this->getOutput()->addHtmlClasses( $feature . '-clientpref-' . $value );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue