@@ -3,14 +3,14 @@ Timezone
33
44Validates that a value is a valid timezone identifier (e.g. ``Europe/Paris ``).
55
6- ========== ===================================================================
6+ ========== ======================================================================
77Applies to:ref: `property or method <validation-property-target >`
88Options - `groups `_
99 - `message `_
1010 - `payload `_
1111Class:class: `Symfony\\ Component\\ Validator\\ Constraints\\ Timezone `
1212Validator:class: `Symfony\\ Component\\ Validator\\ Constraints\\ TimezoneValidator `
13- ========== ===================================================================
13+ ========== ======================================================================
1414
1515Basic Usage
1616-----------
@@ -66,7 +66,7 @@ string meant to contain a timezone identifier (e.g. ``America/New_York``):
6666 use Symfony\Component\Validator\Mapping\ClassMetadata;
6767 use Symfony\Component\Validator\Constraints as Assert;
6868
69- classEvent
69+ classUserSettings
7070 {
7171 protected $timezone;
7272