mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
add lowercase long
field map
This commit is contained in:
parent
6df5008310
commit
c777640f04
@ -101,6 +101,7 @@ class BasicPHPGenerator extends BasicGenerator {
|
||||
"Int" -> "int",
|
||||
"Float" -> "float",
|
||||
"Long" -> "int",
|
||||
"long" -> "int",
|
||||
"Double" -> "float",
|
||||
"Array" -> "array",
|
||||
"Boolean" -> "bool",
|
||||
|
Loading…
Reference in New Issue
Block a user