Skip to content

Commit

Permalink
bug #4623 [OptionsResolver] Fix Namespace link (xavren)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

[OptionsResolver] Fix Namespace link

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.3
| Fixed tickets | #4620

Commits
-------

fc43571 [OptionsResolver] Fix Namespace link
  • Loading branch information
weaverryan committed Dec 11, 2014
2 parents 9600950 + fc43571 commit baf61a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/options_resolver.rst
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 baf61a0

Please sign in to comment.