Skip to content

Commit 332db60

Browse files
authored
Update Context.php
Update constant references
1 parent 46b4199 commit 332db60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Context extends MagicMap
5454
public $isRef = false;
5555

5656
/** @var int property max recursive nesting depth */
57-
public $maxNestLevel = DEFAULT_MAX_NEST;
57+
public $maxNestLevel = self::DEFAULT_MAX_NEST;
5858

5959
/**
6060
* Dereference $ref unless there is a $ref property defined with format not equal to `uri-reference`.

0 commit comments

Comments
 (0)