forked from loafle/openapi-generator-original
[php] enhance type mapping (#10457)
* map BigDecimal to float * enhance type mapping in php generators * update tests * update doc, samples * remove primitive types from phpdt, mezzio
This commit is contained in:
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
|
||||
**id** | **int** | | [optional]
|
||||
**petId** | **int** | | [optional]
|
||||
**quantity** | **int** | | [optional]
|
||||
**shipDate** | [**\DateTime**](\DateTime.md) | | [optional]
|
||||
**shipDate** | **\DateTime** | | [optional]
|
||||
**status** | **string** | Order Status | [optional]
|
||||
**complete** | **bool** | | [optional] [default to false]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user