File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Form \FormBuilderInterface ;
15
15
use Symfony \Component \Form \FormInterface ;
16
16
use Symfony \Component \Form \FormView ;
17
- use Symfony \Component \OptionsResolver \OptionsResolverInterface ;
17
+ use Symfony \Component \OptionsResolver \OptionsResolver ;
18
18
19
19
/**
20
20
* Class FieldTypeHelpExtension
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Form \FormBuilderInterface ;
15
15
use Symfony \Component \Form \FormInterface ;
16
16
use Symfony \Component \Form \FormView ;
17
- use Symfony \Component \OptionsResolver \OptionsResolverInterface ;
17
+ use Symfony \Component \OptionsResolver \OptionsResolver ;
18
18
19
19
/**
20
20
* Class FieldTypePictoExtension
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Form \FormBuilderInterface ;
15
15
use Symfony \Component \Form \FormInterface ;
16
16
use Symfony \Component \Form \FormView ;
17
- use Symfony \Component \OptionsResolver \OptionsResolverInterface ;
17
+ use Symfony \Component \OptionsResolver \OptionsResolver ;
18
18
19
19
20
20
/**
You can’t perform that action at this time.
0 commit comments