[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:
William Cheng
2021-09-25 12:09:34 +08:00
committed by GitHub
parent be3bd2e6c7
commit c9047a6faa
21 changed files with 58 additions and 28 deletions

View File

@@ -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]