Skip to content

Commit 624a948

Browse files
committed
fix some minor typos
1 parent 2fb1d7a commit 624a948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NumberFormatter/NumberFormatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ public function getTextAttribute($attr)
484484
* @param string $currency Parameter to receive the currency name (reference)
485485
* @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended
486486
*
487-
* @return bool|string The parsed numeric value of false on error
487+
* @return bool|string The parsed numeric value or false on error
488488
*
489489
* @see http://www.php.net/manual/en/numberformatter.parsecurrency.php
490490
*
@@ -502,7 +502,7 @@ public function parseCurrency($value, &$currency, &$position = null)
502502
* @param int $type Type of the formatting, one of the format type constants. NumberFormatter::TYPE_DOUBLE by default.
503503
* @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended
504504
*
505-
* @return int|float|false The parsed value of false on error
505+
* @return int|float|false The parsed value or false on error
506506
*
507507
* @see http://www.php.net/manual/en/numberformatter.parse.php
508508
*/

0 commit comments

Comments
 (0)