ci: 👷 lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2024-11-22 21:03:20 +00:00
parent f553e95d0a
commit e4dde4f603

View file

@ -81,7 +81,7 @@ class Tabber {
'class' => 'tabber tabber--init' 'class' => 'tabber tabber--init'
]; ];
foreach( $args as $attribute => $value ) { foreach ( $args as $attribute => $value ) {
$attr = Sanitizer::mergeAttributes( $attr, [ $attribute => $value ] ); $attr = Sanitizer::mergeAttributes( $attr, [ $attribute => $value ] );
} }