8000 Final reword · symfony/symfony-docs@3a19a88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a19a88

Browse files
committed
Final reword
1 parent b226390 commit 3a19a88

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

components/intl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ to catching the exception, you can also check if a given currency code is valid:
254254

255255
The ``Currencies`` class was introduced in Symfony 4.3.
256256

257-
.. _component-inlt-timezones:
257+
.. _component-intl-timezones:
258258

259259
Timezones
260260
~~~~~~~~~

reference/constraints/Timezone.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ intlCompatible
106106
**type**: ``boolean`` **default**: ``false``
107107

108108
This constraint considers valid both the `PHP timezone identifiers`_ and the
109-
:ref:`ICU timezones <component-inlt-timezones>` provided by Symfony's
109+
:ref:`ICU timezones <component-intl-timezones>` provided by Symfony's
110110
:doc:`Intl component </components/intl>`
111111

112112
However, the timezones provided by the Intl component can be different from the
113-
timezones provided by PHP's Intl extension because the ICU versions can be
114-
different. If this option is set to ``true``, this constraint also considers
115-
valid any PHP ``\IntlTimeZone`` value.
113+
timezones provided by PHP's Intl extension (because they use different ICU
114+
versions). If this option is set to ``true``, this constraint also considers
115+
valid any value for PHPs ``\IntlTimeZone::createTimeZone()`` method.
116116

117117
message
118118
~~~~~~~

0 commit comments

Comments
 (0)
0