Skip to content

Commit e91802f

Browse files
committed
Fix wrong list indentation
1 parent 29d40a7 commit e91802f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/options_resolver.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ A previously set default value can be overwritten by invoking
215215
:method:`Symfony\\Component\\OptionsResolver\\OptionsResolver::setDefaults`
216216
again. When using a closure as the new value it is passed 2 arguments:
217217

218-
* ``$options``: an :class:`Symfony\\Component\\OptionsResolver\\Options`
219-
instance with all the other default options
220-
* ``$previousValue``: the previous set default value
218+
* ``$options``: an :class:`Symfony\\Component\\OptionsResolver\\Options`
219+
instance with all the other default options
220+
* ``$previousValue``: the previous set default value
221221

222222
.. code-block:: php
223223

0 commit comments

Comments
 (0)