Bruno Coelho
c305c71715
[DefaultCodegen] generate unknown default case ( #11078 )
...
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] replace Swift custom implementation with the DefaultCodegen implementation
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] update docs
* [DefaultCodegen] fix Swift enum case name
* [DefaultCodegen] generate unknown default case
* [DefaultCodegen] generate unknown default case
2021-12-21 15:40:13 +08:00
William Cheng
c9047a6faa
[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
2021-09-25 12:09:34 +08:00
James Gilliland
09a4da0970
Make php's array a primitive ( #10093 )
...
Fixes a bug where code generation would sometimes treat arrays as
objects and break serialization and code documentation.
2021-08-07 21:02:40 +08:00
Arthur Mogliev
ab6d66147b
[php-mezzio-ph] PHP 8 support ( #9445 )
...
* Huge update for php-mezzio-ph generator:
- proper container support for data types
- support for query parameter references and query parameter schema references
- dependency update (PHP 7.3+, PathHandler 0.7+, DataTransfer 0.5+)
* Sample regeneration after rebasing for php-mezzio-ph
* - added custom CLI option for php-mezzio-ph to generate code using modern PHP syntax
- removed obsolete php-mezzio-ph samples in samples/openapi3/server/petstore/php-mezzio-ph
* - fixes for JavaDoc declarations that seems to break CI
* - fix for outdated sample file
2021-05-21 14:40:38 +08:00
Justin Black
8226269101
Fixes legacyDiscriminatorBehavior description ( #8931 )
...
* Fixes description
* Samples and docs updated
2021-03-08 13:39:12 -08:00
James Gilliland
f3c164d1ad
[PHP] Use a valid php type for maps ( #8718 )
...
* Use a valid php type for maps
* Convert type hint to correct format
Align map array format to that expected by phpdoc and associated tools.
2021-02-21 18:07:45 +08:00
Arthur Mogliev
206f698a98
[php-ze-ph][php-mezzio-ph] Migration from Zend to Laminas and corresponding generator rename ( #8145 )
...
* Migration from php-ze-ph to php-mezzio-ph
* Sample regen after rebase
* update samples
Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-12-20 21:48:37 +08:00