mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
f553e95d0a
commit
e4dde4f603
|
@ -81,7 +81,7 @@ class Tabber {
|
|||
'class' => 'tabber tabber--init'
|
||||
];
|
||||
|
||||
foreach( $args as $attribute => $value ) {
|
||||
foreach ( $args as $attribute => $value ) {
|
||||
$attr = Sanitizer::mergeAttributes( $attr, [ $attribute => $value ] );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue