Skip to content

Commit 09b70a1

Browse files
committed
Updated the link to the list of currency codes
1 parent 5fbfcb0 commit 09b70a1

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)