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 46b4199 commit 332db60Copy full SHA for 332db60
src/Context.php
@@ -54,7 +54,7 @@ class Context extends MagicMap
54
public $isRef = false;
55
56
/** @var int property max recursive nesting depth */
57
- public $maxNestLevel = DEFAULT_MAX_NEST;
+ public $maxNestLevel = self::DEFAULT_MAX_NEST;
58
59
/**
60
* Dereference $ref unless there is a $ref property defined with format not equal to `uri-reference`.
0 commit comments