]> granicus.if.org Git - php/commitdiff
[ci skip] Use float instead of double in proto
authorGabriel Caruso <carusogabriel34@gmail.com>
Mon, 26 Feb 2018 01:24:45 +0000 (22:24 -0300)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 6 Mar 2018 12:16:18 +0000 (13:16 +0100)
ext/intl/formatter/formatter_parse.c

index af0e4c8a64eca828653704d22d431dc32339e4ec..e5aff11456bfc561a5a82d1c04f780b195a79c93 100644 (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 )