Gets the line the error ends in.
@phpstan-return -1|positive-int
int Error end line
public function getEndLine() : int { return $this->attributes['endLine'] ?? -1; }