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)
public function getEndLine() : int;