Update comments

This commit is contained in:
Andrea Marco Sartori 2023-06-04 17:17:02 +02:00
parent 53f28fc6ea
commit edf39f9233
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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;
}