merged branch merk/patch-3 (PR #4765)

Commits
-------

0a43d7d Add missing include in OptionsResolver README.md

Discussion
----------

Add missing include in OptionsResolver README.md

There was a missing interface in the readme.
This commit is contained in:
Fabien Potencier 2012-07-06 08:19:23 +02:00
commit a7ad32bde1

View File

@ -13,6 +13,7 @@ the default value of "gender" is derived from the passed first name, if
possible, and may only be one of "male" and "female".
use Symfony\Component\OptionsResolver\OptionsResolver;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
use Symfony\Component\OptionsResolver\Options;
class Person