Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbeb75 commit ec7bd40Copy full SHA for ec7bd40
reference/constraints/Timezone.rst
@@ -9,7 +9,7 @@ Options - `groups`_
9
- `message`_
10
- `payload`_
11
- `zone`_
12
- - `country_code`_
+ - `countryCode`_
13
Class :class:`Symfony\\Component\\Validator\\Constraints\\Timezone`
14
Validator :class:`Symfony\\Component\\Validator\\Constraints\\TimezoneValidator`
15
========== ======================================================================
@@ -128,8 +128,8 @@ The special ``\DateTimeZone::ALL_WITH_BC`` zone accepts any timezone including d
128
The special ``\DateTimeZone::PER_COUNTRY`` zone limits the timezones to a certain country. This zone
129
value must be used in combination with the ``country_code`` option.
130
131
-country_code
132
-~~~~~~~~~~~~
+countryCode
+~~~~~~~~~~~
133
134
**type**: ``string`` **default**: ``null``
135
0 commit comments