8000 Fix · symfony/symfony-docs@7f59001 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f59001

Browse files
committed
Fix
1 parent 3a19a88 commit 7f59001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Timezone.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ This constraint considers valid both the `PHP timezone identifiers`_ and the
111111

112112
However, the timezones provided by the Intl component can be different from the
113113
timezones provided by PHP's Intl extension (because th 5F44 ey 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.
114+
versions). If this option is set to ``true``, this constraint only considers
115+
valid the values created with the PHP ``\IntlTimeZone::createTimeZone()`` method.
116116

117117
message
118118
~~~~~~~

0 commit comments

Comments
 (0)
0