Skip to content

Commit 908b240

Browse files
Arkalo2Kocal
andcommitted
Update src/LiveComponent/src/Test/TestLiveComponent.php
Co-authored-by: Hugo Alliaume <[email protected]>
1 parent 6294284 commit 908b240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/src/Test/TestLiveComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ private function flattenFormValues(array $values, string $prefix = ''): array
231231
}
232232

233233
/**
234-
* @return ?array{data: array<string, string>, event: string}
234+
* @return ?array{data: array<string, int|float|string|bool|null>, event: non-empty-string}
235235
*/
236236
public function getEmittedEvent(RenderedComponent $render, string $eventName): ?array
237237
{

0 commit comments

Comments
 (0)