Remove unused method

This commit is contained in:
Andrea Marco Sartori 2023-08-06 17:15:00 +02:00
parent ec84c4b703
commit a752b191af

View File

@ -54,16 +54,6 @@ final class State
$this->tree = new Tree($pointers);
}
/**
* Retrieve the JSON tree
*
* @return Tree
*/
public function tree(): Tree
{
return $this->tree;
}
/**
* Determine whether the parser can stop parsing
*