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

Skip to content

Commit e5ccf5d

Browse files
committed
minor #35668 Updated ICU urls (oleg-andreyev)
This PR was merged into the 5.1-dev branch. Discussion ---------- Updated ICU urls | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Updated `@see` links to icu4c project (PHP docs has outdated links also) Commits ------- 7adece8 Updated ICU urls
2 parents a9eec71 + 7adece8 commit e5ccf5d

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)