Skip to content

Commit dbb25b9

Browse files
committed
bug #4379 [OptionsResolver] Fix wrong namespace in example (rybakit)
This PR was merged into the master branch. Discussion ---------- [OptionsResolver] Fix wrong namespace in example | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.6 Commits ------- 0db5e03 [OptionsResolver] Fix wrong namespace in example
2 parents d695447 + 0db5e03 commit dbb25b9

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
@@ -106,7 +106,7 @@ the bug might not appear until it's deployed to the live system.
106106
Fortunately, the :class:`Symfony\\Component\\OptionsResolver\\OptionsResolver`
107107
class helps you to fix this problem::
108108

109-
use Symfony\Component\OptionsResolver\Options;
109+
use Symfony\Component\OptionsResolver\OptionsResolver;
110110

111111
class Mailer
112112
{

0 commit comments

Comments
 (0)