File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/openapi-generator/src/main/resources/php
samples/client/petstore/php Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ class ObjectSerializer
329
329
* If it' s a datetime object, format it in ISO8601
330
330
* If it' s a boolean, convert it to " true" or " false" .
331
331
*
332
- * @param string |bool|\DateTime $value the value of the parameter
332
+ * @param float|int |bool|\DateTime $value the value of the parameter
333
333
*
334
334
* @return string the header string
335
335
*/
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ public static function toFormValue($value)
338
338
* If it's a datetime object, format it in ISO8601
339
339
* If it's a boolean, convert it to "true" or "false".
340
340
*
341
- * @param string |bool|\DateTime $value the value of the parameter
341
+ * @param float|int |bool|\DateTime $value the value of the parameter
342
342
*
343
343
* @return string the header string
344
344
*/
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ public static function toFormValue($value)
338
338
* If it's a datetime object, format it in ISO8601
339
339
* If it's a boolean, convert it to "true" or "false".
340
340
*
341
- * @param string |bool|\DateTime $value the value of the parameter
341
+ * @param float|int |bool|\DateTime $value the value of the parameter
342
342
*
343
343
* @return string the header string
344
344
*/
You can’t perform that action at this time.
0 commit comments