Skip to content

Commit

Permalink
[BetterPhpdocParser] Remove getTokens() method on BetterTokenIterator (
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Apr 22, 2023
1 parent 59720a1 commit f26a476
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,6 @@ public function currentPosition(): int
return $this->privatesAccessor->getPrivateProperty($this, self::INDEX);
}

/**
* @return array<int, array{string, int, int}>
*/
public function getTokens(): array
{
return $this->privatesAccessor->getPrivateProperty($this, self::TOKENS);
}

public function count(): int
{
return count($this->getTokens());
Expand Down

0 comments on commit f26a476

Please sign in to comment.