Skip to content

Commit 5d73794

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

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
@@ -247,7 +247,7 @@ public function getEmittedEvent(RenderedComponent $render, string $eventName): ?
247247
}
248248

249249
/**
250-
* @return array<int, array{data: array<string, string>, event: string}>
250+
* @return array<array{data: array<string, int|float|string|bool|null>, event: non-empty-string}>
251251
*/
252252
public function getEmittedEvents(RenderedComponent $render): array
253253
{

0 commit comments

Comments
 (0)