settings->allowScalarValueCasting, allowNonSequentialList: $this->settings->allowNonSequentialList, allowUndefinedValues: $this->settings->allowUndefinedValues, allowSuperfluousKeys: $this->settings->allowSuperfluousKeys, allowPermissiveTypes: $this->settings->allowPermissiveTypes, allowedSuperfluousKeys: [], shouldApplyConverters: true, nodeBuilder: $this->nodeBuilder, typeDumper: $this->typeDumper, // @infection-ignore-all childrenCount: 0, ); return $shell->build(); } }