public function PHP_TokenWithScope::getEndLine

File

drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php, line 196

Class

PHP_TokenWithScope

Code

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