8000 Minor fixes · symfony/symfony-docs@b37bc78 · GitHub
[go: up one dir, main page]

Skip to content

Commit b37bc78

Browse files
committed
Minor fixes
1 parent d564218 commit b37bc78

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
@@ -3,14 +3,14 @@ Timezone
33

44
Validates that a value is a valid timezone identifier (e.g. ``Europe/Paris``).
55

6-
========== ===================================================================
6+
========== ======================================================================
77
Applies to :ref:`property or method <validation-property-target>`
88
Options - `groups`_
99
- `message`_
1010
- `payload`_
1111
Class :class:`Symfony\\Component\\Validator\\Constraints\\Timezone`
1212
Validator :class:`Symfony\\Component\\Validator\\Constraints\\TimezoneValidator`
13-
========== ===================================================================
13+
========== ======================================================================
1414

1515
Basic 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-
class Event
69+
class UserSettings
7070
{
7171
protected $timezone;
7272

0 commit comments

Comments
 (0)
0