File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
140140The labels displayed for each of the elements of this type. The default values
141141are ``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
154154minutes
155155~~~~~~~
You can’t perform that action at this time.
0 commit comments