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 a8054b9 commit 93fb56cCopy full SHA for 93fb56c
Encoder/JsonDecode.php
@@ -38,8 +38,8 @@ class JsonDecode implements DecoderInterface
38
/**
39
* Constructs a new JsonDecode instance.
40
*
41
- * @param Boolean $associative True to return the result associative array, false for a nested stdClass hierarchy
42
- * @param integer $depth Specifies the recursion depth
+ * @param bool $associative True to return the result associative array, false for a nested stdClass hierarchy
+ * @param int $depth Specifies the recursion depth
43
*/
44
public function __construct($associative = false, $depth = 512)
45
{
0 commit comments