mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 00:01:05 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
cdb213d8b4
commit
224c117f65
|
@ -135,7 +135,7 @@ class SkinHooks implements
|
|||
'mw-ui-icon-wikimedia-wikiText'
|
||||
]
|
||||
);
|
||||
} else if ( isset( $result['editsection'] ) ) {
|
||||
} elseif ( isset( $result['editsection'] ) ) {
|
||||
self::appendClassToItem(
|
||||
$result['editsection']['attribs']['class'],
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue