Skip to content

Commit 2768789

Browse files
Arkalo2Kocal
andauthored
Update src/LiveComponent/src/Test/TestLiveComponent.php
Co-authored-by: Hugo Alliaume <[email protected]>
1 parent fbd8d15 commit 2768789

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)