[ci skip] Fix reference notation in protos

This commit is contained in:
Christoph M. Becker 2018-03-06 13:22:39 +01:00
parent b47b3596ef
commit a98eb1ec2c

View file

@ -118,9 +118,9 @@ PHP_FUNCTION( numfmt_parse )
} }
/* }}} */ /* }}} */
/* {{{ proto float NumberFormatter::parseCurrency( string $str, string $&currency[, int $&position] ) /* {{{ proto float NumberFormatter::parseCurrency( string $str, string &$currency[, int &$position] )
* Parse a number as currency. }}} */ * Parse a number as currency. }}} */
/* {{{ proto float 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. * Parse a number as currency.
*/ */
PHP_FUNCTION( numfmt_parse_currency ) PHP_FUNCTION( numfmt_parse_currency )