Skip to content

Commit

Permalink
bug #4379 [OptionsResolver] Fix wrong namespace in example (rybakit)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Oct 29, 2014
2 parents d695447 + 0db5e03 commit dbb25b9
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 @@ -106,7 +106,7 @@ the bug might not appear until it's deployed to the live system.
Fortunately, the :class:`Symfony\\Component\\OptionsResolver\\OptionsResolver`
class helps you to fix this problem::

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

class Mailer
{
Expand Down

0 comments on commit dbb25b9

Please sign in to comment.