Gets line the node started in (alias of getStartLine).
@phpstan-return -1|positive-int
int Start line (or -1 if not available)
Overrides Node::getLine
public function getLine() : int { return $this->attributes['startLine'] ?? -1; }