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