[ci skip] Use float instead of double in proto

This commit is contained in:
Gabriel Caruso 2018-02-25 22:24:45 -03:00 committed by Christoph M. Becker
parent c060d88c36
commit b47b3596ef

View File

@ -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 )