public function PHP_TokenWithScope::getEndLine in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/php-token-stream/src/Token.php \PHP_TokenWithScope::getEndLine()
Return value
integer
File
- vendor/
phpunit/ php-token-stream/ src/ Token.php, line 167
Class
Code
public function getEndLine() {
return $this->tokenStream[$this
->getEndTokenId()]
->getLine();
}