message = $message; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->range = $range; $this->code = $code; $this->severity = $severity; $this->source = $source; $this->codeDescription = $codeDescription; $this->tags = $tags; $this->relatedInformation = $relatedInformation; $this->data = $data; } }