Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec7bd40

Browse files
committed
Revert country_code to countryCode
1 parent 9cbeb75 commit ec7bd40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/Timezone.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Options - `groups`_
99
- `message`_
1010
- `payload`_
1111
- `zone`_
12-
- `country_code`_
12+
- `countryCode`_
1313
Class :class:`Symfony\\Component\\Validator\\Constraints\\Timezone`
1414
Validator :class:`Symfony\\Component\\Validator\\Constraints\\TimezoneValidator`
1515
========== ======================================================================
@@ -128,8 +128,8 @@ The special ``\DateTimeZone::ALL_WITH_BC`` zone accepts any timezone including d
128128
The special ``\DateTimeZone::PER_COUNTRY`` zone limits the timezones to a certain country. This zone
129129
value must be used in combination with the ``country_code`` option.
130130

131-
country_code
132-
~~~~~~~~~~~~
131+
countryCode
132+
~~~~~~~~~~~
133133

134134
**type**: ``string`` **default**: ``null``
135135

0 commit comments

Comments
 (0)