Skip to content

Commit 15fd9b9

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

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)