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 0f65931 commit e34de6cCopy full SHA for e34de6c
src/Json5Decoder.php
@@ -26,11 +26,11 @@ final class Json5Decoder
26
27
private $lineNumber = 1;
28
29
- private $associative = false;
+ private $associative;
30
31
- private $maxDepth = 512;
+ private $maxDepth;
32
33
- private $castBigIntToString = false;
+ private $castBigIntToString;
34
35
private $depth = 1;
36
0 commit comments