File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -133,23 +133,23 @@ labels
133
133
~~~~~~
134
134
135
135
.. versionadded :: 3.3
136
- The ``labels `` option was introduced in Symfony 3.3.
136
+ The ``labels `` option was introduced in Symfony 3.3.
137
137
138
138
**type **: ``array `` **default **: (see below)
139
139
140
140
The labels displayed for each of the elements of this type. The default values
141
141
are ``null ``, so they display the "humanized version" of the child names (``Invert ``,
142
142
``Years ``, etc.)::
143
143
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
+ )
153
153
154
154
minutes
155
155
~~~~~~~
You can’t perform that action at this time.
0 commit comments