8000 minor #18770 Updated the link to the list of currency codes (javiereg… · symfony/symfony@d9d8ea8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9d8ea8

Browse files
committed
minor #18770 Updated the link to the list of currency codes (javiereguiluz)
This PR was merged into the 2.3 branch. Discussion ---------- Updated the link to the list of currency codes | Q | A | ------------- | --- | Branch? | 2.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18758 | License | MIT | Doc PR | - Commits ------- 09b70a1 Updated the link to the list of currency codes
2 parents b3da5df + 09b70a1 commit d9d8ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Intl/NumberFormatter/NumberFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public static function create($locale = 'en', $style = null, $pattern = null)
308308
* @return string The formatted currency value
309309
*
310310
* @see http://www.php.net/manual/en/numberformatter.formatcurrency.php
311-
* @see http://www.iso.org/iso/support/faqs/faqs_widely_used_standards/widely_used_standards_other/currency_codes/currency_codes_list-1.htm
311+
* @see https://en.wikipedia.org/wiki/ISO_4217#Active_codes
312312
*/
313313
public function formatCurrency($value, $currency)
314314
{

0 commit comments

Comments
 (0)
0