We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d768b commit 2932949Copy full SHA for 2932949
src/Util/IJsonSerializable.php
@@ -19,7 +19,7 @@
19
interface IJsonSerializable extends JsonSerializable
20
{
21
/**
22
- * @param array<string, mixed> $array
+ * @param array<string, bool|int|float|string|array<int|string, mixed>> $array
23
*/
24
public function __construct(array $array);
25
0 commit comments