We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674c6dc commit a0b8c6cCopy full SHA for a0b8c6c
1 file changed
HtmlExtension.php
@@ -108,6 +108,6 @@ public static function htmlClasses(...$args): string
108
}
109
110
111
- return implode(' ', array_unique(array_filter($classes, static function($v) { return '' !== $v; })));
+ return implode(' ', array_unique(array_filter($classes, static function ($v) { return '' !== $v; })));
112
113
0 commit comments