Skip to content

Commit d682390

Browse files
committed
[#7400] fix indentations
1 parent c8ee93c commit d682390

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

reference/forms/types/dateinterval.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,23 +133,23 @@ labels
133133
~~~~~~
134134

135135
.. versionadded:: 3.3
136-
The ``labels`` option was introduced in Symfony 3.3.
136+
The ``labels`` option was introduced in Symfony 3.3.
137137

138138
**type**: ``array`` **default**: (see below)
139139

140140
The labels displayed for each of the elements of this type. The default values
141141
are ``null``, so they display the "humanized version" of the child names (``Invert``,
142142
``Years``, etc.)::
143143

144-
'labels' => array(
145-
'invert' => null,
146-
'years' => null,
147-
'months' => null,
148-
'days' => null,
149-
'hours' => null,
150-
'minutes' => null,
151-
'seconds' => null,
152-
)
144+
'labels' => array(
145+
'invert' => null,
146+
'years' => null,
147+
'months' => null,
148+
'days' => null,
149+
'hours' => null,
150+
'minutes' => null,
151+
'seconds' => null,
152+
)
153153

154154
minutes
155155
~~~~~~~

0 commit comments

Comments
 (0)