Skip to content

Commit fee85dc

Browse files
committed
Fix incorrect method name
1 parent a03f06f commit fee85dc

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)