Gets the line number the comment started on.
@phpstan-return -1|positive-int
int Line number (or -1 if not available)
public function getStartLine() : int { return $this->startLine; }