Skip to content

Commit e501f0f

Browse files
author
khill
committed
Bug fix - bad variable reference
1 parent 81d5d81 commit e501f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RefResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function setupResolutionScope($id, $data)
106106
public function __construct($rootData = null, int $maxNestLevel = 200)
107107
{
108108
$this->rootData = $rootData;
109-
$this->maxNestLevel = $max_nest_level;
109+
$this->maxNestLevel = $maxNestLevel;
110110
}
111111

112112
public function setRootData($rootData)

0 commit comments

Comments
 (0)