summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-25 22:24:45 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2018-03-06 13:16:18 +0100
commitb47b3596ef875ccd8ac68d4aa2868424bcb0fe99 (patch)
tree6f6544b2e3d6d490f4b0fd79cffe42bceccdf9ba
parentc060d88c3652e771628b1c14a3fe87d99e3122a4 (diff)
downloadphp-git-b47b3596ef875ccd8ac68d4aa2868424bcb0fe99.tar.gz
[ci skip] Use float instead of double in proto
-rw-r--r--ext/intl/formatter/formatter_parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/formatter/formatter_parse.c b/ext/intl/formatter/formatter_parse.c
index af0e4c8a64..e5aff11456 100644
--- a/ext/intl/formatter/formatter_parse.c
+++ b/ext/intl/formatter/formatter_parse.c
@@ -118,9 +118,9 @@ PHP_FUNCTION( numfmt_parse )
}
/* }}} */
-/* {{{ proto double NumberFormatter::parseCurrency( string $str, string $&currency[, int $&position] )
+/* {{{ proto float NumberFormatter::parseCurrency( string $str, string $&currency[, int $&position] )
* Parse a number as currency. }}} */
-/* {{{ proto double numfmt_parse_currency( NumberFormatter $nf, string $str, string $&currency[, int $&position] )
+/* {{{ proto float numfmt_parse_currency( NumberFormatter $nf, string $str, string $&currency[, int $&position] )
* Parse a number as currency.
*/
PHP_FUNCTION( numfmt_parse_currency )