Skip to content

Commit

Permalink
[OptionsResolver] Fix wrong namespace in example
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Oct 27, 2014
1 parent 5e7fa55 commit 0db5e03
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 @@ -99,7 +99,7 @@ system.
Let's use the :class:`Symfony\\Component\\OptionsResolver\\OptionsResolver`
class to fix this problem::

use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\OptionsResolver\OptionsResolver;

class Mailer
{
Expand Down

0 comments on commit 0db5e03

Please sign in to comment.