Skip to content

Commit fc43571

Browse files
committed
[OptionsResolver] Fix Namespace link
1 parent 7dcce1b commit fc43571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/options_resolver.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ pretend that the ``host`` should always start with ``http://``. To do that,
360360
you can write normalizers. These closures will be executed after all options
361361
are passed and should return the normalized value. You can configure these
362362
normalizers by calling
363-
:method:`Symfony\\Components\\OptionsResolver\\OptionsResolver::setNormalizers`::
363+
:method:`Symfony\\Component\\OptionsResolver\\OptionsResolver::setNormalizers`::
364364

365365
// ...
366366
protected function setDefaultOptions(OptionsResolverInterface $resolver)

0 commit comments

Comments
 (0)