@@ -13,6 +13,10 @@ parameters:
13
13
consoleApplicationLoader : null
14
14
featureToggles :
15
15
skipCheckGenericClasses :
16
+ - Symfony\Component\Form\AbstractType
17
+ - Symfony\Component\Form\FormInterface
18
+ - Symfony\Component\Form\FormTypeExtensionInterface
19
+ - Symfony\Component\Form\FormTypeInterface
16
20
- Symfony\Component\OptionsResolver\Options
17
21
- Symfony\Component\Security\Core\Authorization\Voter\Voter
18
22
- Symfony\Component\Security\Core\User\PasswordUpgraderInterface
@@ -36,13 +40,15 @@ parameters:
36
40
- stubs/Symfony/Component/EventDispatcher/EventDispatcherInterface.stub
37
41
- stubs/Symfony/Component/EventDispatcher/EventSubscriberInterface.stub
38
42
- stubs/Symfony/Component/EventDispatcher/GenericEvent.stub
43
+ - stubs/Symfony/Component/Form/AbstractType.stub
39
44
- stubs/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.stub
40
45
- stubs/Symfony/Component/Form/Exception/ExceptionInterface.stub
41
46
- stubs/Symfony/Component/Form/Exception/RuntimeException.stub
42
47
- stubs/Symfony/Component/Form/Exception/TransformationFailedException.stub
43
48
- stubs/Symfony/Component/Form/DataTransformerInterface.stub
44
49
- stubs/Symfony/Component/Form/FormBuilderInterface.stub
45
50
- stubs/Symfony/Component/Form/FormInterface.stub
51
+ - stubs/Symfony/Component/Form/FormFactoryInterface.stub
46
52
- stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub
47
53
- stubs/Symfony/Component/Form/FormTypeInterface.stub
48
54
- stubs/Symfony/Component/Form/FormView.stub
@@ -52,6 +58,7 @@ parameters:
52
58
- stubs/Symfony/Component/HttpFoundation/Session.stub
53
59
- stubs/Symfony/Component/Messenger/StampInterface.stub
54
60
- stubs/Symfony/Component/Messenger/Envelope.stub
61
+ - stubs/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.stub
55
62
- stubs/Symfony/Component/OptionsResolver/Options.stub
56
63
- stubs/Symfony/Component/Process/Process.stub
57
64
- stubs/Symfony/Component/PropertyAccess/PropertyPathInterface.stub
0 commit comments