File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class RefResolver
13
13
public $ url ;
14
14
/** @var null|RefResolver */
15
15
private $ rootResolver ;
16
- private int $ max_deep_nesting = 200 ; //Change this via options submitted to ::import if needed
16
+ private int $ maxNestLevel = 200 ; //Change this via options submitted to ::import if needed
17
17
18
18
/**
19
19
* @param mixed $resolutionScope
@@ -103,10 +103,10 @@ public function setupResolutionScope($id, $data)
103
103
* RefResolver constructor.
104
104
* @param JsonSchema $rootData
105
105
*/
106
- public function __construct ($ rootData = null , int $ max_nest_level = 200 )
106
+ public function __construct ($ rootData = null , int $ maxNestLevel = 200 )
107
107
{
108
108
$ this ->rootData = $ rootData ;
109
- $ this ->max_deep_nesting = $ max_nest_level ;
109
+ $ this ->maxNestLevel = $ max_nest_level ;
110
110
}
111
111
112
112
public function setRootData ($ rootData )
You can’t perform that action at this time.
0 commit comments