You are here

public function PHP_TokenWithScope::getEndLine in Zircon Profile 8

Same name and namespace in other branches
  1. 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

PHP_TokenWithScope

Code

public function getEndLine() {
  return $this->tokenStream[$this
    ->getEndTokenId()]
    ->getLine();
}