forked from loafle/openapi-generator-original
Add "decimal" support (#7808)
* rename BigDecimal to decimal * add isDecimal * fix tests * minor fixes * fix mapping, update doc * update test spec * update c# samples
This commit is contained in:
@@ -27,6 +27,9 @@ class FormatTest {
|
||||
/** @var double $double */
|
||||
private $double;
|
||||
|
||||
/** @var Decimal $decimal */
|
||||
private $decimal;
|
||||
|
||||
/** @var string $string */
|
||||
private $string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user