From e4dde4f603e5108957cb56a8efa413dcbf0decb6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Nov 2024 21:03:20 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20lint=20code=20to=20MediaWi?= =?UTF-8?q?ki=20standards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Check commit and GitHub actions for more details --- includes/Tabber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Tabber.php b/includes/Tabber.php index a8b80f3..a44e61d 100644 --- a/includes/Tabber.php +++ b/includes/Tabber.php @@ -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 ] ); }