File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ Timezone
3
3
4
4
Validates that a value is a valid timezone identifier (e.g. ``Europe/Paris ``).
5
5
6
- ========== ===================================================================
6
+ ========== ======================================================================
7
7
Applies to :ref: `property or method <validation-property-target >`
8
8
Options - `groups `_
9
9
- `message `_
10
10
- `payload `_
11
11
Class :class: `Symfony\\ Component\\ Validator\\ Constraints\\ Timezone `
12
12
Validator :class: `Symfony\\ Component\\ Validator\\ Constraints\\ TimezoneValidator `
13
- ========== ===================================================================
13
+ ========== ======================================================================
14
14
15
15
Basic Usage
16
16
-----------
@@ -66,7 +66,7 @@ string meant to contain a timezone identifier (e.g. ``America/New_York``):
66
66
use Symfony\Component\Validator\Mapping\ClassMetadata;
67
67
use Symfony\Component\Validator\Constraints as Assert;
68
68
69
- class Event
69
+ class UserSettings
70
70
{
71
71
protected $timezone;
72
72
You can’t perform that action at this time.
0 commit comments