diff --git a/extension.neon b/extension.neon index e8c187d6..dfb804af 100644 --- a/extension.neon +++ b/extension.neon @@ -6,35 +6,35 @@ parameters: constant_hassers: true console_application_loader: null stubFiles: - - stubs/ChoiceLoaderInterface.stub - - stubs/Constraint.stub - - stubs/ConstraintViolationInterface.stub - - stubs/ConstraintViolationListInterface.stub - - stubs/ContainerBuilder.stub - - stubs/ContextAwareDecoderInterface.stub - - stubs/ContextAwareDenormalizerInterface.stub - - stubs/ContextAwareNormalizerInterface.stub - - stubs/Cookie.stub - - stubs/DecoderInterface.stub - - stubs/DenormalizableInterface.stub - - stubs/DenormalizerInterface.stub - - stubs/EncoderInterface.stub - - stubs/EventSubscriberInterface.stub - - stubs/ExtensionInterface.stub - - stubs/FormBuilderInterface.stub - - stubs/FormInterface.stub - - stubs/FormTypeExtensionInterface.stub - - stubs/FormTypeInterface.stub - - stubs/FormView.stub - - stubs/GenericEvent.stub - - stubs/HeaderBag.stub - - stubs/Node.stub - - stubs/NormalizableInterface.stub - - stubs/NormalizerInterface.stub - - stubs/ParameterBag.stub - - stubs/Process.stub - - stubs/PropertyPathInterface.stub - - stubs/Session.stub + - stubs/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.stub + - stubs/Symfony/Component/DependencyInjection/ContainerBuilder.stub + - stubs/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.stub + - stubs/Symfony/Component/EventDispatcher/EventSubscriberInterface.stub + - stubs/Symfony/Component/EventDispatcher/GenericEvent.stub + - stubs/Symfony/Component/Form/FormBuilderInterface.stub + - stubs/Symfony/Component/Form/FormInterface.stub + - stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub + - stubs/Symfony/Component/Form/FormTypeInterface.stub + - stubs/Symfony/Component/Form/FormView.stub + - stubs/Symfony/Component/HttpFoundation/Cookie.stub + - stubs/Symfony/Component/HttpFoundation/HeaderBag.stub + - stubs/Symfony/Component/HttpFoundation/ParameterBag.stub + - stubs/Symfony/Component/HttpFoundation/Session.stub + - stubs/Symfony/Component/Process/Process.stub + - stubs/Symfony/Component/PropertyAccess/PropertyPathInterface.stub + - stubs/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.stub + - stubs/Symfony/Component/Serializer/Encoder/DecoderInterface.stub + - stubs/Symfony/Component/Serializer/Encoder/EncoderInterface.stub + - stubs/Symfony/Component/Serializer/Normalizer/ContextAwareDenormalizerInterface.stub + - stubs/Symfony/Component/Serializer/Normalizer/ContextAwareNormalizerInterface.stub + - stubs/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.stub + - stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.stub + - stubs/Symfony/Component/Serializer/Normalizer/NormalizableInterface.stub + - stubs/Symfony/Component/Serializer/Normalizer/NormalizerInterface.stub + - stubs/Symfony/Component/Validator/Constraint.stub + - stubs/Symfony/Component/Validator/ConstraintViolationInterface.stub + - stubs/Symfony/Component/Validator/ConstraintViolationListInterface.stub + - stubs/Twig/Node/Node.stub parametersSchema: symfony: structure([ diff --git a/stubs/ContainerBuilder.stub b/stubs/Symfony/Component/DependencyInjection/ContainerBuilder.stub similarity index 100% rename from stubs/ContainerBuilder.stub rename to stubs/Symfony/Component/DependencyInjection/ContainerBuilder.stub diff --git a/stubs/ExtensionInterface.stub b/stubs/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.stub similarity index 100% rename from stubs/ExtensionInterface.stub rename to stubs/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.stub diff --git a/stubs/EventSubscriberInterface.stub b/stubs/Symfony/Component/EventDispatcher/EventSubscriberInterface.stub similarity index 100% rename from stubs/EventSubscriberInterface.stub rename to stubs/Symfony/Component/EventDispatcher/EventSubscriberInterface.stub diff --git a/stubs/GenericEvent.stub b/stubs/Symfony/Component/EventDispatcher/GenericEvent.stub similarity index 100% rename from stubs/GenericEvent.stub rename to stubs/Symfony/Component/EventDispatcher/GenericEvent.stub diff --git a/stubs/ChoiceLoaderInterface.stub b/stubs/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.stub similarity index 100% rename from stubs/ChoiceLoaderInterface.stub rename to stubs/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.stub diff --git a/stubs/FormBuilderInterface.stub b/stubs/Symfony/Component/Form/FormBuilderInterface.stub similarity index 100% rename from stubs/FormBuilderInterface.stub rename to stubs/Symfony/Component/Form/FormBuilderInterface.stub diff --git a/stubs/FormInterface.stub b/stubs/Symfony/Component/Form/FormInterface.stub similarity index 100% rename from stubs/FormInterface.stub rename to stubs/Symfony/Component/Form/FormInterface.stub diff --git a/stubs/FormTypeExtensionInterface.stub b/stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub similarity index 100% rename from stubs/FormTypeExtensionInterface.stub rename to stubs/Symfony/Component/Form/FormTypeExtensionInterface.stub diff --git a/stubs/FormTypeInterface.stub b/stubs/Symfony/Component/Form/FormTypeInterface.stub similarity index 100% rename from stubs/FormTypeInterface.stub rename to stubs/Symfony/Component/Form/FormTypeInterface.stub diff --git a/stubs/FormView.stub b/stubs/Symfony/Component/Form/FormView.stub similarity index 100% rename from stubs/FormView.stub rename to stubs/Symfony/Component/Form/FormView.stub diff --git a/stubs/Cookie.stub b/stubs/Symfony/Component/HttpFoundation/Cookie.stub similarity index 100% rename from stubs/Cookie.stub rename to stubs/Symfony/Component/HttpFoundation/Cookie.stub diff --git a/stubs/HeaderBag.stub b/stubs/Symfony/Component/HttpFoundation/HeaderBag.stub similarity index 100% rename from stubs/HeaderBag.stub rename to stubs/Symfony/Component/HttpFoundation/HeaderBag.stub diff --git a/stubs/ParameterBag.stub b/stubs/Symfony/Component/HttpFoundation/ParameterBag.stub similarity index 100% rename from stubs/ParameterBag.stub rename to stubs/Symfony/Component/HttpFoundation/ParameterBag.stub diff --git a/stubs/Session.stub b/stubs/Symfony/Component/HttpFoundation/Session.stub similarity index 100% rename from stubs/Session.stub rename to stubs/Symfony/Component/HttpFoundation/Session.stub diff --git a/stubs/Process.stub b/stubs/Symfony/Component/Process/Process.stub similarity index 100% rename from stubs/Process.stub rename to stubs/Symfony/Component/Process/Process.stub diff --git a/stubs/PropertyPathInterface.stub b/stubs/Symfony/Component/PropertyAccess/PropertyPathInterface.stub similarity index 100% rename from stubs/PropertyPathInterface.stub rename to stubs/Symfony/Component/PropertyAccess/PropertyPathInterface.stub diff --git a/stubs/ContextAwareDecoderInterface.stub b/stubs/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.stub similarity index 100% rename from stubs/ContextAwareDecoderInterface.stub rename to stubs/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.stub diff --git a/stubs/DecoderInterface.stub b/stubs/Symfony/Component/Serializer/Encoder/DecoderInterface.stub similarity index 100% rename from stubs/DecoderInterface.stub rename to stubs/Symfony/Component/Serializer/Encoder/DecoderInterface.stub diff --git a/stubs/EncoderInterface.stub b/stubs/Symfony/Component/Serializer/Encoder/EncoderInterface.stub similarity index 100% rename from stubs/EncoderInterface.stub rename to stubs/Symfony/Component/Serializer/Encoder/EncoderInterface.stub diff --git a/stubs/ContextAwareDenormalizerInterface.stub b/stubs/Symfony/Component/Serializer/Normalizer/ContextAwareDenormalizerInterface.stub similarity index 100% rename from stubs/ContextAwareDenormalizerInterface.stub rename to stubs/Symfony/Component/Serializer/Normalizer/ContextAwareDenormalizerInterface.stub diff --git a/stubs/ContextAwareNormalizerInterface.stub b/stubs/Symfony/Component/Serializer/Normalizer/ContextAwareNormalizerInterface.stub similarity index 100% rename from stubs/ContextAwareNormalizerInterface.stub rename to stubs/Symfony/Component/Serializer/Normalizer/ContextAwareNormalizerInterface.stub diff --git a/stubs/DenormalizableInterface.stub b/stubs/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.stub similarity index 100% rename from stubs/DenormalizableInterface.stub rename to stubs/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.stub diff --git a/stubs/DenormalizerInterface.stub b/stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.stub similarity index 100% rename from stubs/DenormalizerInterface.stub rename to stubs/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.stub diff --git a/stubs/NormalizableInterface.stub b/stubs/Symfony/Component/Serializer/Normalizer/NormalizableInterface.stub similarity index 100% rename from stubs/NormalizableInterface.stub rename to stubs/Symfony/Component/Serializer/Normalizer/NormalizableInterface.stub diff --git a/stubs/NormalizerInterface.stub b/stubs/Symfony/Component/Serializer/Normalizer/NormalizerInterface.stub similarity index 100% rename from stubs/NormalizerInterface.stub rename to stubs/Symfony/Component/Serializer/Normalizer/NormalizerInterface.stub diff --git a/stubs/Constraint.stub b/stubs/Symfony/Component/Validator/Constraint.stub similarity index 100% rename from stubs/Constraint.stub rename to stubs/Symfony/Component/Validator/Constraint.stub diff --git a/stubs/ConstraintViolationInterface.stub b/stubs/Symfony/Component/Validator/ConstraintViolationInterface.stub similarity index 100% rename from stubs/ConstraintViolationInterface.stub rename to stubs/Symfony/Component/Validator/ConstraintViolationInterface.stub diff --git a/stubs/ConstraintViolationListInterface.stub b/stubs/Symfony/Component/Validator/ConstraintViolationListInterface.stub similarity index 100% rename from stubs/ConstraintViolationListInterface.stub rename to stubs/Symfony/Component/Validator/ConstraintViolationListInterface.stub diff --git a/stubs/Node.stub b/stubs/Twig/Node/Node.stub similarity index 100% rename from stubs/Node.stub rename to stubs/Twig/Node/Node.stub