Skip to content

Commit 93fb56c

Browse files
committed
made phpdoc types consistent with those defined in Hack
1 parent a8054b9 commit 93fb56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Encoder/JsonDecode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class JsonDecode implements DecoderInterface
3838
/**
3939
* Constructs a new JsonDecode instance.
4040
*
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
41+
* @param bool $associative True to return the result associative array, false for a nested stdClass hierarchy
42+
* @param int $depth Specifies the recursion depth
4343
*/
4444
public function __construct($associative = false, $depth = 512)
4545
{

0 commit comments

Comments
 (0)