mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 03:30:49 +00:00
Previously if you specified a property to be of type `number` and didn't explicitly specify a format Codegen would map it into an (unknown) PHP class `Number`. We add a mapping from Swaggers `number` to PHPs `float`.