Skip to content

Commit c657c81

Browse files
Merge branch '3.4' into 4.2
* 3.4: [FrameworkBundle] Update the xsd to match the actual session configuration [Form] CsrfValidationListener marks the token as invalid if it is not a string [VarDumper] Fixed phpDoc [PhpUnitBridge] fix PHP 5.3 compat [Filesystem] Fixed some docblocks and typos bumped Symfony version to 3.4.23 updated VERSION for 3.4.22 update CONTRIBUTORS for 3.4.22 updated CHANGELOG for 3.4.22 fix some minor typos do not overwrite the constraint being evaluated
2 parents f8037be + 624a948 commit c657c81

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)