Add missing include in OptionsResolver README.md

This commit is contained in:
Tim Nagel 2012-07-06 10:26:35 +10:00
parent 6b5be0b971
commit 0a43d7d27c

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