[PHP] Fix #6474: Bug with 'format: date' when using --model-name-prefix (#6510)

* Add test case which repeats the issue #6474

* Add "date" to type mapping

* Update samples

./bin/php-petstore.sh
./bin/security/php-petstore.sh
This commit is contained in:
Akihito Nakano
2017-09-19 19:07:37 +09:00
committed by wing328
parent e27d4577c1
commit 594b390e11
3 changed files with 16 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Name | Type | Description | Notes
**string** | **string** | | [optional]
**byte** | **string** | |
**binary** | **string** | | [optional]
**date** | [**\DateTime**](Date.md) | |
**date** | [**\DateTime**](\DateTime.md) | |
**date_time** | [**\DateTime**](\DateTime.md) | | [optional]
**uuid** | **string** | | [optional]
**password** | **string** | |