From a98eb1ec2cf710e1c6e9b5ec319b699022aa68bd Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 6 Mar 2018 13:22:39 +0100 Subject: [PATCH] [ci skip] Fix reference notation in protos --- ext/intl/formatter/formatter_parse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/intl/formatter/formatter_parse.c b/ext/intl/formatter/formatter_parse.c index e5aff11456..73909f5b9a 100644 --- a/ext/intl/formatter/formatter_parse.c +++ b/ext/intl/formatter/formatter_parse.c @@ -118,9 +118,9 @@ PHP_FUNCTION( numfmt_parse ) } /* }}} */ -/* {{{ proto float NumberFormatter::parseCurrency( string $str, string $¤cy[, int $&position] ) +/* {{{ proto float NumberFormatter::parseCurrency( string $str, string &$currency[, int &$position] ) * Parse a number as currency. }}} */ -/* {{{ proto float numfmt_parse_currency( NumberFormatter $nf, string $str, string $¤cy[, 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 ) -- 2.50.1