We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f51df commit 0c089ecCopy full SHA for 0c089ec
cookbook/form/create_form_type_extension.rst
@@ -195,7 +195,7 @@ it in the view::
195
use Symfony\Component\Form\FormView;
196
use Symfony\Component\Form\FormInterface;
197
use Symfony\Component\PropertyAccess\PropertyAccess;
198
- use Symfony\Component\OptionsResolver\OptionsResolverInterface;
+ use Symfony\Component\OptionsResolver\OptionsResolver;
199
200
class ImageTypeExtension extends AbstractTypeExtension
201
{
0 commit comments