Gets the line the node ended in.
Requires the 'endLine' attribute to be enabled in the lexer (enabled by default).
@phpstan-return -1|positive-int
int End line (or -1 if not available)
Overrides Node::getEndLine
public function getEndLine() : int { return $this->attributes['endLine'] ?? -1; }