Skip to content

Commit ea32f7b

Browse files
committed
Fix return type in Dummy class
1 parent afa3498 commit ea32f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/tests/Unit/Attribute/AsLiveComponentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class DummyLiveComponent
155155
#[PostHydrate]
156156
#[LiveListener('event_name')]
157157
#[LiveAction]
158-
public function method(): true
158+
public function method(): bool
159159
{
160160
return true;
161161
}

0 commit comments

Comments
 (0)