uri = $uri; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->languageId = $languageId; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->version = $version; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->text = $text; } }