Skip to content

Commit 2932949

Browse files
committed
update constructor pararmeter type hints #12
1 parent a6d768b commit 2932949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/IJsonSerializable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
interface IJsonSerializable extends JsonSerializable
2020
{
2121
/**
22-
* @param array<string, mixed> $array
22+
* @param array<string, bool|int|float|string|array<int|string, mixed>> $array
2323
*/
2424
public function __construct(array $array);
2525

0 commit comments

Comments
 (0)