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