mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-01-16 20:48:15 +01:00
Update comments
This commit is contained in:
parent
53f28fc6ea
commit
edf39f9233
@ -56,7 +56,7 @@ final class JsonParser implements IteratorAggregate
|
||||
}
|
||||
|
||||
/**
|
||||
* Statically instantiate the class
|
||||
* Instantiate the class statically
|
||||
*
|
||||
* @param mixed $source
|
||||
* @return self
|
||||
@ -140,7 +140,7 @@ final class JsonParser implements IteratorAggregate
|
||||
}
|
||||
|
||||
/**
|
||||
* Traverse the lazily iterable JSON
|
||||
* Traverse the JSON one key and value at a time
|
||||
*
|
||||
* @param Closure|null $callback
|
||||
* @return void
|
||||
|
@ -158,7 +158,6 @@ final class Pointer implements Stringable
|
||||
*/
|
||||
public function includesTree(Tree $tree): bool
|
||||
{
|
||||
// if ($this->pointer == '' && !$this->isLazy) {
|
||||
if ($this->pointer == '') {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user