@@ -6,35 +6,35 @@ parameters:
6
6
constant_hassers : true
7
7
console_application_loader : null
8
8
stubFiles :
9
- - stubs/ChoiceLoaderInterface.stub
10
- - stubs/Constraint .stub
11
- - stubs/ConstraintViolationInterface .stub
12
- - stubs/ConstraintViolationListInterface .stub
13
- - stubs/ContainerBuilder .stub
14
- - stubs/ContextAwareDecoderInterface .stub
15
- - stubs/ContextAwareDenormalizerInterface .stub
16
- - stubs/ContextAwareNormalizerInterface .stub
17
- - stubs/Cookie .stub
18
- - stubs/DecoderInterface .stub
19
- - stubs/DenormalizableInterface .stub
20
- - stubs/DenormalizerInterface .stub
21
- - stubs/EncoderInterface .stub
22
- - stubs/EventSubscriberInterface .stub
23
- - stubs/ExtensionInterface .stub
24
- - stubs/FormBuilderInterface .stub
25
- - stubs/FormInterface .stub
26
- - stubs/FormTypeExtensionInterface .stub
27
- - stubs/FormTypeInterface .stub
28
- - stubs/FormView .stub
29
- - stubs/GenericEvent .stub
30
- - stubs/HeaderBag .stub
31
- - stubs/Node .stub
32
- - stubs/NormalizableInterface.stub
33
- - stubs/NormalizerInterface.stub
34
- - stubs/ParameterBag .stub
35
- - stubs/Process .stub
36
- - stubs/PropertyPathInterface .stub
37
- - stubs/Session .stub
9
+ - stubs/Symfony/Component/Form/ChoiceList/Loader/ ChoiceLoaderInterface.stub
10
+ - stubs/Symfony/Component/DependencyInjection/ContainerBuilder .stub
11
+ - stubs/Symfony/Component/DependencyInjection/Extension/ExtensionInterface .stub
12
+ - stubs/Symfony/Component/EventDispatcher/EventSubscriberInterface .stub
13
+ - stubs/Symfony/Component/EventDispatcher/GenericEvent .stub
14
+ - stubs/Symfony/Component/Form/FormBuilderInterface .stub
15
+ - stubs/Symfony/Component/Form/FormInterface .stub
16
+ - stubs/Symfony/Component/Form/FormTypeExtensionInterface .stub
17
+ - stubs/Symfony/Component/Form/FormTypeInterface .stub
18
+ - stubs/Symfony/Component/Form/FormView .stub
19
+ - stubs/Symfony/Component/HttpFoundation/Cookie .stub
20
+ - stubs/Symfony/Component/HttpFoundation/HeaderBag .stub
21
+ - stubs/Symfony/Component/HttpFoundation/ParameterBag .stub
22
+ - stubs/Symfony/Component/HttpFoundation/Session .stub
23
+ - stubs/Symfony/Component/Process/Process .stub
24
+ - stubs/Symfony/Component/PropertyAccess/PropertyPathInterface .stub
25
+ - stubs/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface .stub
26
+ - stubs/Symfony/Component/Serializer/Encoder/DecoderInterface .stub
27
+ - stubs/Symfony/Component/Serializer/Encoder/EncoderInterface .stub
28
+ - stubs/Symfony/Component/Serializer/Normalizer/ContextAwareDenormalizerInterface .stub
29
+ - stubs/Symfony/Component/Serializer/Normalizer/ContextAwareNormalizerInterface .stub
30
+ - stubs/Symfony/Component/Serializer/Normalizer/DenormalizableInterface .stub
31
+ - stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface .stub
32
+ - stubs/Symfony/Component/Serializer/Normalizer/ NormalizableInterface.stub
33
+ - stubs/Symfony/Component/Serializer/Normalizer/ NormalizerInterface.stub
34
+ - stubs/Symfony/Component/Validator/Constraint .stub
35
+ - stubs/Symfony/Component/Validator/ConstraintViolationInterface .stub
36
+ - stubs/Symfony/Component/Validator/ConstraintViolationListInterface .stub
37
+ - stubs/Twig/Node/Node .stub
38
38
39
39
parametersSchema :
40
40
symfony : structure ([
0 commit comments