Skip to content

Commit

Permalink
update constructor pararmeter type hints #12
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Jul 30, 2024
1 parent a6d768b commit 2932949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/IJsonSerializable.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
interface IJsonSerializable extends JsonSerializable
{
/**
* @param array<string, mixed> $array
* @param array<string, bool|int|float|string|array<int|string, mixed>> $array
*/
public function __construct(array $array);

Expand Down

0 comments on commit 2932949

Please sign in to comment.