Skip to content

Commit

Permalink
fix some minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Feb 2, 2019
1 parent baceb18 commit 590850f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -484,7 +484,7 @@ public function getTextAttribute($attr)
* @param string $currency Parameter to receive the currency name (reference)
* @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended
*
* @return bool|string The parsed numeric value of false on error
* @return bool|string The parsed numeric value or false on error
*
* @see http://www.php.net/manual/en/numberformatter.parsecurrency.php
*
Expand All @@ -502,7 +502,7 @@ public function parseCurrency($value, &$currency, &$position = null)
* @param int $type Type of the formatting, one of the format type constants. NumberFormatter::TYPE_DOUBLE by default.
* @param int $position Offset to begin the parsing on return this value will hold the offset at which the parsing ended
*
* @return int|float|false The parsed value of false on error
* @return int|float|false The parsed value or false on error
*
* @see http://www.php.net/manual/en/numberformatter.parse.php
*/
Expand Down

0 comments on commit 590850f

Please sign in to comment.