Skip to content

Commit baf61a0

Browse files
committed
bug #4623 [OptionsResolver] Fix Namespace link (xavren)
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
2 parents 9600950 + fc43571 commit baf61a0

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)