In
|
if (in_array($class, ['\DateTime', '\SplFileObject', 'array', 'bool', 'boolean', 'byte', 'double', 'float', 'int', 'integer', 'mixed', 'number', 'object', 'string', 'void'], true)) { |
it makes an invalid call to
settype() with
$class set to
mixed. This is rendering us unable to use this functionality of this library.
OpenAPITools/openapi-generator#8943