ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2024-04-25 21:07:23 +00:00
parent 0d52046523
commit 2d936d01c3

View file

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