From: Gabriel Caruso Date: Mon, 26 Feb 2018 01:24:45 +0000 (-0300) Subject: [ci skip] Use float instead of double in proto X-Git-Tag: php-7.3.0alpha1~247 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b47b3596ef875ccd8ac68d4aa2868424bcb0fe99;p=php [ci skip] Use float instead of double in proto --- 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 $¤cy[, int $&position] ) +/* {{{ proto float NumberFormatter::parseCurrency( string $str, string $¤cy[, int $&position] ) * Parse a number as currency. }}} */ -/* {{{ proto double numfmt_parse_currency( NumberFormatter $nf, string $str, string $¤cy[, int $&position] ) +/* {{{ proto float numfmt_parse_currency( NumberFormatter $nf, string $str, string $¤cy[, int $&position] ) * Parse a number as currency. */ PHP_FUNCTION( numfmt_parse_currency )