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 2ef1d0c commit 91a3f34Copy full SHA for 91a3f34
1 file changed
HtmlExtension.php
@@ -114,10 +114,10 @@ public static function htmlClasses(...$args): string
114
}
115
116
/**
117
- * @param string|list<string|null> $base
+ * @param string|list<string|null> $base
118
* @param array<string, array<string, string|array<string>>> $variants
119
- * @param array<array<string, string|array<string>>> $compoundVariants
120
- * @param array<string, string> $defaultVariant
+ * @param array<array<string, string|array<string>>> $compoundVariants
+ * @param array<string, string> $defaultVariant
121
*
122
* @internal
123
*/
0 commit comments