Skip to content

Commit a0b8c6c

Browse files
committed
Fix CS
1 parent 674c6dc commit a0b8c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

HtmlExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ public static function htmlClasses(...$args): string
108108
}
109109
}
110110

111-
return implode(' ', array_unique(array_filter($classes, static function($v) { return '' !== $v; })));
111+
return implode(' ', array_unique(array_filter($classes, static function ($v) { return '' !== $v; })));
112112
}
113113
}

0 commit comments

Comments
 (0)