We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a03f06f + fee85dc commit a6a8d90Copy full SHA for a6a8d90
components/locale.rst
@@ -66,7 +66,7 @@ When using the ClassLoader component following code is sufficient to supplement
66
$localeCodes = Locale::getLocales();
67
68
// Get ICU versions
69
- $icuVersion = Locale::getIcuVersion();
+ $icuVersion = Locale::getIntlIcuVersion();
70
$icuDataVersion = Locale::getIcuDataVersion();
71
72
.. _Packagist: https://packagist.org/packages/symfony/locale
0 commit comments