name = $name; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->kind = $kind; /** @psalm-suppress PossiblyNullPropertyAssignmentValue */ $this->location = $location; $this->containerName = $containerName; } }