Skip to content

Commit

Permalink
[OptionsResolver] Fix Namespace link
Browse files Browse the repository at this point in the history
  • Loading branch information
xavren committed Dec 10, 2014
1 parent 7dcce1b commit fc43571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/options_resolver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ pretend that the ``host`` should always start with ``http://``. To do that,
you can write normalizers. These closures will be executed after all options
are passed and should return the normalized value. You can configure these
normalizers by calling
:method:`Symfony\\Components\\OptionsResolver\\OptionsResolver::setNormalizers`::
:method:`Symfony\\Component\\OptionsResolver\\OptionsResolver::setNormalizers`::

// ...
protected function setDefaultOptions(OptionsResolverInterface $resolver)
Expand Down

0 comments on commit fc43571

Please sign in to comment.