We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d40a7 commit e91802fCopy full SHA for e91802f
components/options_resolver.rst
@@ -215,9 +215,9 @@ A previously set default value can be overwritten by invoking
215
:method:`Symfony\\Component\\OptionsResolver\\OptionsResolver::setDefaults`
216
again. When using a closure as the new value it is passed 2 arguments:
217
218
- * ``$options``: an :class:`Symfony\\Component\\OptionsResolver\\Options`
219
- instance with all the other default options
220
- * ``$previousValue``: the previous set default value
+* ``$options``: an :class:`Symfony\\Component\\OptionsResolver\\Options`
+ instance with all the other default options
+* ``$previousValue``: the previous set default value
221
222
.. code-block:: php
223
0 commit comments