Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7adece8

Browse files
Updated ICU urls
1 parent 5c37ab0 commit 7adece8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ abstract class NumberFormatter
250250
* described in the ICU DecimalFormat or ICU RuleBasedNumberFormat documentation
251251
*
252252
* @see https://php.net/numberformatter.create
253-
* @see http://www.icu-project.org/apiref/icu4c/classDecimalFormat.html#_details
254-
* @see http://www.icu-project.org/apiref/icu4c/classRuleBasedNumberFormat.html#_details
253+
* @see https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1DecimalFormat.html#details
254+
* @see https://unicode-org.github.io/icu-docs/apidoc/released/icu4c/classicu_1_1RuleBasedNumberFormat.html#details
255255
*
256256
* @throws MethodArgumentValueNotImplementedException When $locale different than "en" or null is passed
257257
* @throws MethodArgumentValueNotImplementedException When the $style is not supported

0 commit comments

Comments
 (0)