Skip to content

Commit

Permalink
Revert country_code to countryCode
Browse files Browse the repository at this point in the history
  • Loading branch information
hhamon committed Apr 6, 2019
1 parent 9cbeb75 commit ec7bd40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/constraints/Timezone.rst
Expand Up @@ -9,7 +9,7 @@ Options - `groups`_
- `message`_
- `payload`_
- `zone`_
- `country_code`_
- `countryCode`_
Class :class:`Symfony\\Component\\Validator\\Constraints\\Timezone`
Validator :class:`Symfony\\Component\\Validator\\Constraints\\TimezoneValidator`
========== ======================================================================
Expand Down Expand Up @@ -128,8 +128,8 @@ The special ``\DateTimeZone::ALL_WITH_BC`` zone accepts any timezone including d
The special ``\DateTimeZone::PER_COUNTRY`` zone limits the timezones to a certain country. This zone
value must be used in combination with the ``country_code`` option.

country_code
~~~~~~~~~~~~
countryCode
~~~~~~~~~~~

**type**: ``string`` **default**: ``null``

Expand Down

0 comments on commit ec7bd40

Please sign in to comment.