Skip to content

Commit a6a8d90

Browse files
committed
Merge pull request #2017 from pierredup/locale_fix
[Locale] Fix incorrect method name
2 parents a03f06f + fee85dc commit a6a8d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/locale.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ When using the ClassLoader component following code is sufficient to supplement
6666
$localeCodes = Locale::getLocales();
6767
6868
// Get ICU versions
69-
$icuVersion = Locale::getIcuVersion();
69+
$icuVersion = Locale::getIntlIcuVersion();
7070
$icuDataVersion = Locale::getIcuDataVersion();
7171
7272
.. _Packagist: https://packagist.org/packages/symfony/locale

0 commit comments

Comments
 (0)