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:
@@ -27,7 +27,7 @@ class FormatTest {
|
||||
/** @var double $double */
|
||||
private $double;
|
||||
|
||||
/** @var Decimal $decimal */
|
||||
/** @var float $decimal */
|
||||
private $decimal;
|
||||
|
||||
/** @var string $string */
|
||||
|
||||
Reference in New Issue
Block a user