@@ -13,6 +13,10 @@ parameters:
1313 consoleApplicationLoader : null
1414 featureToggles :
1515 skipCheckGenericClasses :
16+ - Symfony\Component\Form\AbstractType
17+ - Symfony\Component\Form\FormInterface
18+ - Symfony\Component\Form\FormTypeExtensionInterface
19+ - Symfony\Component\Form\FormTypeInterface
1620 - Symfony\Component\OptionsResolver\Options
1721 - Symfony\Component\Security\Core\Authorization\Voter\Voter
1822 - Symfony\Component\Security\Core\User\PasswordUpgraderInterface
@@ -36,13 +40,15 @@ parameters:
3640 - stubs/Symfony/Component/EventDispatcher/EventDispatcherInterface.stub
3741 - stubs/Symfony/Component/EventDispatcher/EventSubscriberInterface.stub
3842 - stubs/Symfony/Component/EventDispatcher/GenericEvent.stub
43+ - stubs/Symfony/Component/Form/AbstractType.stub
3944 - stubs/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.stub
4045 - stubs/Symfony/Component/Form/Exception/ExceptionInterface.stub
4146 - stubs/Symfony/Component/Form/Exception/RuntimeException.stub
4247 - stubs/Symfony/Component/Form/Exception/TransformationFailedException.stub
4348 - stubs/Symfony/Component/Form/DataTransformerInterface.stub
4449 - stubs/Symfony/Component/Form/FormBuilderInterface.stub
4550 - stubs/Symfony/Component/Form/FormInterface.stub
51+ - stubs/Symfony/Component/Form/FormFactoryInterface.stub
4652 - stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub
4753 - stubs/Symfony/Component/Form/FormTypeInterface.stub
4854 - stubs/Symfony/Component/Form/FormView.stub
@@ -52,6 +58,7 @@ parameters:
5258 - stubs/Symfony/Component/HttpFoundation/Session.stub
5359 - stubs/Symfony/Component/Messenger/StampInterface.stub
5460 - stubs/Symfony/Component/Messenger/Envelope.stub
61+ - stubs/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.stub
5562 - stubs/Symfony/Component/OptionsResolver/Options.stub
5663 - stubs/Symfony/Component/Process/Process.stub
5764 - stubs/Symfony/Component/PropertyAccess/PropertyPathInterface.stub
0 commit comments