mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-22 05:11:39 +01:00
Drop Lexer::getPosition()
This was a leftover from the original column info implementation.
This commit is contained in:
parent
659d26c231
commit
5513073a53
@ -214,15 +214,6 @@ class Lexer
|
|||||||
return $this->tokens;
|
return $this->tokens;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get's the current token-index (position in tokens).
|
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*/
|
|
||||||
public function getPosition() {
|
|
||||||
return $this->pos;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles __halt_compiler() by returning the text after it.
|
* Handles __halt_compiler() by returning the text after it.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user