mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-03-15 16:19:49 +01:00
Remove unused method
This commit is contained in:
parent
ec84c4b703
commit
a752b191af
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user