diff --git a/tests/Livewire/Widget/WidgetTestComponent.php b/tests/Livewire/Widget/WidgetTestComponent.php index 14d73dd..2e8f28b 100644 --- a/tests/Livewire/Widget/WidgetTestComponent.php +++ b/tests/Livewire/Widget/WidgetTestComponent.php @@ -15,5 +15,5 @@ class WidgetTestComponent extends AlertBoxWidget public string | Closure | Htmlable | null $label = 'Test'; - public string | Closure | null | HtmlString $helperText = 'please shut u freakin mouth'; + public Closure | string | Htmlable | null $helperText = 'please shut u freakin mouth'; }