[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

@@ -27,7 +27,7 @@ class FormatTest {
/** @var double $double */
private $double;
/** @var Decimal $decimal */
/** @var float $decimal */
private $decimal;
/** @var string $string */