Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Comment.php

function Comment::getEndLine

Gets the line number the comment ends on.

@phpstan-return -1|positive-int

Return value

int Line number (or -1 if not available)

File

vendor/nikic/php-parser/lib/PhpParser/Comment.php, line 79

Class

Comment

Namespace

PhpParser

Code

public function getEndLine() : int {
    return $this->endLine;
}
RSS feed
Powered by Drupal