├── .github ├── typos.toml └── workflows │ ├── code_analysis.yaml │ ├── code_analysis_reusable.yaml │ ├── tests.yaml │ └── typos.yaml ├── LICENSE ├── README.md ├── composer.json ├── config └── sets │ ├── fosrest │ └── annotations-to-attributes.php │ ├── jms │ └── annotations-to-attributes.php │ ├── sensiolabs │ └── annotations-to-attributes.php │ ├── swiftmailer │ └── swiftmailer-to-symfony-mailer.php │ ├── symfony │ ├── annotations-to-attributes.php │ ├── configs.php │ ├── symfony-code-quality.php │ ├── symfony-constructor-injection.php │ ├── symfony25.php │ ├── symfony26.php │ ├── symfony27.php │ ├── symfony28.php │ ├── symfony3 │ │ ├── symfony30.php │ │ ├── symfony30 │ │ │ ├── symfony30-bridge-monolog.php │ │ │ ├── symfony30-bridge-swift-mailer.php │ │ │ ├── symfony30-class-loader.php │ │ │ ├── symfony30-console.php │ │ │ ├── symfony30-form.php │ │ │ ├── symfony30-http-foundation.php │ │ │ ├── symfony30-http-kernel.php │ │ │ ├── symfony30-process.php │ │ │ ├── symfony30-property-access.php │ │ │ ├── symfony30-security.php │ │ │ ├── symfony30-translation.php │ │ │ ├── symfony30-twig-bundle.php │ │ │ └── symfony30-validator.php │ │ ├── symfony31.php │ │ ├── symfony31 │ │ │ └── symfony31-yaml.php │ │ ├── symfony32.php │ │ ├── symfony32 │ │ │ ├── symfony32-dependency-injection.php │ │ │ └── symfony32-http-foundation.php │ │ ├── symfony33.php │ │ ├── symfony33 │ │ │ ├── symfony33-console.php │ │ │ ├── symfony33-debug.php │ │ │ ├── symfony33-dependency-injection.php │ │ │ └── symfony33-framework-bundle.php │ │ ├── symfony34.php │ │ └── symfony34 │ │ │ ├── symfony34-dependency-injection.php │ │ │ ├── symfony34-sensio-framework-extra-bundle.php │ │ │ └── symfony34-yaml.php │ ├── symfony4 │ │ ├── symfony40.php │ │ ├── symfony40 │ │ │ ├── symfony40-dependency-injection.php │ │ │ ├── symfony40-form.php │ │ │ ├── symfony40-process.php │ │ │ ├── symfony40-validator.php │ │ │ └── symfony40-var-dumper.php │ │ ├── symfony41.php │ │ ├── symfony41 │ │ │ ├── symfony41-console.php │ │ │ ├── symfony41-framework-bundle.php │ │ │ ├── symfony41-http-foundation.php │ │ │ └── symfony41-workflow.php │ │ ├── symfony42.php │ │ ├── symfony42 │ │ │ ├── symfony42-cache.php │ │ │ ├── symfony42-config.php │ │ │ ├── symfony42-dom-crawler.php │ │ │ ├── symfony42-finder.php │ │ │ ├── symfony42-form.php │ │ │ ├── symfony42-framework-bundle.php │ │ │ ├── symfony42-http-foundation.php │ │ │ ├── symfony42-http-kernel.php │ │ │ ├── symfony42-monolog-bridge.php │ │ │ ├── symfony42-process.php │ │ │ ├── symfony42-serializer.php │ │ │ └── symfony42-translation.php │ │ ├── symfony43.php │ │ ├── symfony43 │ │ │ ├── symfony43-browser-kit.php │ │ │ ├── symfony43-cache.php │ │ │ ├── symfony43-event-dispatcher.php │ │ │ ├── symfony43-framework-bundle.php │ │ │ ├── symfony43-http-foundation.php │ │ │ ├── symfony43-http-kernel.php │ │ │ ├── symfony43-intl.php │ │ │ ├── symfony43-security-core.php │ │ │ ├── symfony43-security-http.php │ │ │ ├── symfony43-twig-bundle.php │ │ │ └── symfony43-workflow.php │ │ ├── symfony44.php │ │ └── symfony44 │ │ │ ├── symfony44-console.php │ │ │ ├── symfony44-dependency-injection.php │ │ │ ├── symfony44-http-kernel.php │ │ │ ├── symfony44-security-core.php │ │ │ ├── symfony44-templating.php │ │ │ └── symfony44-web-link.php │ ├── symfony5 │ │ ├── symfony50.php │ │ ├── symfony50 │ │ │ ├── symfony50-console.php │ │ │ ├── symfony50-debug.php │ │ │ └── symfony50-types.php │ │ ├── symfony51.php │ │ ├── symfony51 │ │ │ ├── symfony51-config.php │ │ │ ├── symfony51-console.php │ │ │ ├── symfony51-dependency-injection.php │ │ │ ├── symfony51-event-dispatcher.php │ │ │ ├── symfony51-form.php │ │ │ ├── symfony51-framework-bundle.php │ │ │ ├── symfony51-http-foundation.php │ │ │ ├── symfony51-inflector.php │ │ │ ├── symfony51-notifier.php │ │ │ ├── symfony51-security-core.php │ │ │ └── symfony51-security-http.php │ │ ├── symfony52-validator-attributes.php │ │ ├── symfony52.php │ │ ├── symfony52 │ │ │ ├── symfony52-dependency-injection.php │ │ │ ├── symfony52-form.php │ │ │ ├── symfony52-http-foundation.php │ │ │ ├── symfony52-mime.php │ │ │ ├── symfony52-notifier.php │ │ │ ├── symfony52-property-access.php │ │ │ ├── symfony52-property-info.php │ │ │ ├── symfony52-security-core.php │ │ │ ├── symfony52-security-http.php │ │ │ └── symfony52-validator.php │ │ ├── symfony53.php │ │ ├── symfony53 │ │ │ ├── symfony53-console.php │ │ │ ├── symfony53-form.php │ │ │ ├── symfony53-framework-bundle.php │ │ │ ├── symfony53-http-foundation.php │ │ │ ├── symfony53-http-kernel.php │ │ │ ├── symfony53-mailer.php │ │ │ └── symfony53-security-core.php │ │ ├── symfony54.php │ │ └── symfony54 │ │ │ ├── symfony54-cache.php │ │ │ ├── symfony54-http-kernel.php │ │ │ ├── symfony54-notifier.php │ │ │ ├── symfony54-security-bundle.php │ │ │ ├── symfony54-security-core.php │ │ │ ├── symfony54-security-http.php │ │ │ └── symfony54-validator.php │ ├── symfony6 │ │ ├── symfony60.php │ │ ├── symfony60 │ │ │ ├── symfony60-browser-kit.php │ │ │ ├── symfony60-config.php │ │ │ ├── symfony60-console.php │ │ │ ├── symfony60-contracts.php │ │ │ ├── symfony60-dependency-injection.php │ │ │ ├── symfony60-doctrine-bridge.php │ │ │ ├── symfony60-event-dispatcher.php │ │ │ ├── symfony60-expression-language.php │ │ │ ├── symfony60-form.php │ │ │ ├── symfony60-framework-bundle.php │ │ │ ├── symfony60-http-kernel.php │ │ │ ├── symfony60-options-resolver.php │ │ │ ├── symfony60-property-access.php │ │ │ ├── symfony60-property-info.php │ │ │ ├── symfony60-routing.php │ │ │ ├── symfony60-security-core.php │ │ │ ├── symfony60-security-http.php │ │ │ ├── symfony60-serializer.php │ │ │ ├── symfony60-templating.php │ │ │ ├── symfony60-translation.php │ │ │ └── symfony60-validator.php │ │ ├── symfony61.php │ │ ├── symfony61 │ │ │ ├── symfony61-console.php │ │ │ ├── symfony61-serializer.php │ │ │ ├── symfony61-twig-bridge.php │ │ │ └── symfony61-validator.php │ │ ├── symfony62.php │ │ ├── symfony62 │ │ │ ├── symfony62-doctrine-bridge.php │ │ │ ├── symfony62-framework-bundle.php │ │ │ ├── symfony62-http-foundation.php │ │ │ ├── symfony62-http-kernel.php │ │ │ ├── symfony62-mail-pace-mailer.php │ │ │ ├── symfony62-messenger.php │ │ │ ├── symfony62-mime.php │ │ │ ├── symfony62-security-bundle.php │ │ │ ├── symfony62-security-http.php │ │ │ ├── symfony62-translation.php │ │ │ └── symfony62-twig-bridge.php │ │ ├── symfony63.php │ │ ├── symfony63 │ │ │ ├── symfony63-console.php │ │ │ ├── symfony63-dependency-injection.php │ │ │ ├── symfony63-http-client.php │ │ │ ├── symfony63-messenger.php │ │ │ └── symfony63-web-link.php │ │ ├── symfony64.php │ │ └── symfony64 │ │ │ ├── symfony64-error-handler.php │ │ │ ├── symfony64-form.php │ │ │ ├── symfony64-http-foundation.php │ │ │ └── symfony64-routing.php │ ├── symfony7 │ │ ├── symfony70.php │ │ ├── symfony70 │ │ │ ├── symfony70-contracts.php │ │ │ ├── symfony70-dependency-injection.php │ │ │ ├── symfony70-http-foundation.php │ │ │ └── symfony70-serializer.php │ │ ├── symfony71.php │ │ ├── symfony71 │ │ │ ├── symfony71-dependency-injection.php │ │ │ └── symfony71-serializer.php │ │ ├── symfony72.php │ │ ├── symfony72 │ │ │ ├── symfony72-http-foundation.php │ │ │ ├── symfony72-mailer.php │ │ │ ├── symfony72-serializer.php │ │ │ └── symfony72-translation.php │ │ ├── symfony73.php │ │ ├── symfony73 │ │ │ ├── symfony73-console.php │ │ │ ├── symfony73-security-core.php │ │ │ ├── symfony73-twig-bundle.php │ │ │ └── symfony73-validator.php │ │ ├── symfony74.php │ │ └── symfony74 │ │ │ ├── symfony74-console.php │ │ │ ├── symfony74-framework-bundle.php │ │ │ ├── symfony74-json-streamer.php │ │ │ ├── symfony74-routing.php │ │ │ └── symfony74-workflow.php │ └── symfony8 │ │ ├── symfony80.php │ │ └── symfony80 │ │ └── symfony80-security-core.php │ └── twig │ ├── twig-underscore-to-namespace.php │ ├── twig112.php │ ├── twig127.php │ ├── twig134.php │ ├── twig140.php │ ├── twig20.php │ └── twig24.php ├── rules ├── CodeQuality │ ├── Enum │ │ └── ResponseClass.php │ ├── NodeAnalyzer │ │ ├── AttributePresenceDetector.php │ │ └── ParamConverterClassesResolver.php │ └── Rector │ │ ├── AttributeGroup │ │ └── SingleConditionSecurityAttributeToIsGrantedRector.php │ │ ├── BinaryOp │ │ ├── RequestIsMainRector.php │ │ └── ResponseStatusCodeRector.php │ │ ├── ClassMethod │ │ ├── ActionSuffixRemoverRector.php │ │ ├── ParamTypeFromRouteRequiredRegexRector.php │ │ ├── RemoveUnusedRequestParamRector.php │ │ ├── ResponseReturnTypeControllerActionRector.php │ │ └── TemplateAnnotationToThisRenderRector.php │ │ ├── Class_ │ │ ├── ControllerMethodInjectionToConstructorRector.php │ │ ├── EventListenerToEventSubscriberRector.php │ │ ├── InlineClassRoutePrefixRector.php │ │ ├── LoadValidatorMetadataToAnnotationRector.php │ │ └── SplitAndSecurityAttributeToIsGrantedRector.php │ │ ├── Closure │ │ └── StringExtensionToConfigBuilderRector.php │ │ ├── MethodCall │ │ ├── AssertSameResponseCodeWithDebugContentsRector.php │ │ ├── LiteralGetToRequestClassConstantRector.php │ │ ├── ParameterBagTypedGetMethodCallRector.php │ │ └── StringCastDebugResponseRector.php │ │ └── Trait_ │ │ └── AddTraitGetterReturnTypeBasedOnSetterRequiredRector.php ├── Configs │ ├── NodeAnalyser │ │ ├── ConfigServiceArgumentsResolver.php │ │ └── SetServiceClassNameResolver.php │ ├── NodeDecorator │ │ └── ServiceDefaultsCallClosureDecorator.php │ ├── NodeFactory │ │ └── AutowiredParamFactory.php │ ├── NodeVisitor │ │ └── CollectServiceArgumentsNodeVisitor.php │ ├── Rector │ │ ├── ClassMethod │ │ │ └── AddRouteAnnotationRector.php │ │ ├── Class_ │ │ │ ├── AutowireAttributeRector.php │ │ │ └── ParameterBagToAutowireAttributeRector.php │ │ ├── Closure │ │ │ ├── FromServicePublicToDefaultsPublicRector.php │ │ │ ├── MergeServiceNameTypeRector.php │ │ │ ├── RemoveConstructorAutowireServiceRector.php │ │ │ ├── ServiceArgsToServiceNamedArgRector.php │ │ │ ├── ServiceSetStringNameToClassNameRector.php │ │ │ ├── ServiceSettersToSettersAutodiscoveryRector.php │ │ │ └── ServiceTagsToDefaultsAutoconfigureRector.php │ │ └── Reflection │ │ │ └── ConstructorReflectionTypesResolver.php │ └── ValueObject │ │ └── ServiceArguments.php ├── DependencyInjection │ ├── NodeDecorator │ │ └── CommandConstructorDecorator.php │ ├── NodeFactory │ │ └── AutowireClassMethodFactory.php │ ├── Rector │ │ ├── Class_ │ │ │ ├── CommandGetByTypeToConstructorInjectionRector.php │ │ │ ├── ControllerGetByTypeToConstructorInjectionRector.php │ │ │ └── GetBySymfonyStringToConstructorInjectionRector.php │ │ └── Trait_ │ │ │ └── TraitGetByTypeToInjectRector.php │ └── ThisGetTypeMatcher.php ├── DowngradeSymfony70 │ └── Rector │ │ └── Class_ │ │ └── DowngradeSymfonyCommandAttributeRector.php ├── JMS │ └── Rector │ │ ├── Class_ │ │ └── AccessTypeAnnotationToAttributeRector.php │ │ └── Property │ │ └── AccessorAnnotationToAttributeRector.php ├── SwiftMailer │ └── Rector │ │ ├── ClassMethod │ │ └── SwiftMessageToEmailRector.php │ │ └── MethodCall │ │ ├── SwiftCreateMessageToNewEmailRector.php │ │ └── SwiftSetBodyToHtmlPlainMethodCallRector.php ├── Symfony25 │ └── Rector │ │ └── MethodCall │ │ ├── AddViolationToBuildViolationRector.php │ │ └── MaxLengthSymfonyFormOptionToAttrRector.php ├── Symfony26 │ └── Rector │ │ └── MethodCall │ │ └── RedirectToRouteRector.php ├── Symfony27 │ └── Rector │ │ └── MethodCall │ │ └── ChangeCollectionTypeOptionNameFromTypeToEntryTypeRector.php ├── Symfony28 │ └── Rector │ │ ├── MethodCall │ │ └── GetToConstructorInjectionRector.php │ │ └── StaticCall │ │ └── ParseFileRector.php ├── Symfony30 │ └── Rector │ │ ├── ClassMethod │ │ ├── FormTypeGetParentRector.php │ │ ├── GetRequestRector.php │ │ └── RemoveDefaultGetBlockPrefixRector.php │ │ └── MethodCall │ │ ├── ChangeStringCollectionOptionToConstantRector.php │ │ ├── FormTypeInstanceToClassConstRector.php │ │ ├── OptionNameRector.php │ │ ├── ReadOnlyOptionToAttributeRector.php │ │ └── StringFormTypeToClassRector.php ├── Symfony33 │ └── Rector │ │ └── ClassConstFetch │ │ └── ConsoleExceptionToErrorEventConstantRector.php ├── Symfony34 │ └── Rector │ │ ├── ClassMethod │ │ ├── MergeMethodAnnotationToRouteAnnotationRector.php │ │ ├── RemoveServiceFromSensioRouteRector.php │ │ └── ReplaceSensioRouteAnnotationWithSymfonyRector.php │ │ └── Closure │ │ └── ContainerGetNameToTypeInTestsRector.php ├── Symfony40 │ └── Rector │ │ ├── ConstFetch │ │ └── ConstraintUrlOptionRector.php │ │ └── MethodCall │ │ ├── ContainerBuilderCompileEnvArgumentRector.php │ │ ├── FormIsValidRector.php │ │ └── VarDumperTestTraitMethodArgsRector.php ├── Symfony42 │ └── Rector │ │ └── New_ │ │ ├── RootNodeTreeBuilderRector.php │ │ └── StringToArrayArgumentProcessRector.php ├── Symfony43 │ └── Rector │ │ ├── ClassMethod │ │ └── EventDispatcherParentConstructRector.php │ │ ├── MethodCall │ │ ├── ConvertRenderTemplateShortNotationToBundleSyntaxRector.php │ │ ├── GetCurrencyBundleMethodCallsToIntlRector.php │ │ ├── MakeDispatchFirstArgumentEventRector.php │ │ ├── WebTestCaseAssertIsSuccessfulRector.php │ │ └── WebTestCaseAssertResponseCodeRector.php │ │ └── StmtsAwareInterface │ │ └── TwigBundleFilesystemLoaderToTwigRector.php ├── Symfony44 │ └── Rector │ │ ├── ClassMethod │ │ └── ConsoleExecuteReturnIntRector.php │ │ └── MethodCall │ │ └── AuthorizationCheckerIsGrantedExtractorRector.php ├── Symfony51 │ └── Rector │ │ ├── ClassMethod │ │ ├── CommandConstantReturnCodeRector.php │ │ └── RouteCollectionBuilderToRoutingConfiguratorRector.php │ │ └── Class_ │ │ ├── LogoutHandlerToLogoutEventSubscriberRector.php │ │ └── LogoutSuccessHandlerToLogoutEventSubscriberRector.php ├── Symfony52 │ └── Rector │ │ ├── MethodCall │ │ ├── DefinitionAliasSetPrivateToSetPublicRector.php │ │ ├── FormBuilderSetDataMapperRector.php │ │ ├── ReflectionExtractorEnableMagicCallExtractorRector.php │ │ └── ValidatorBuilderEnableAnnotationMappingRector.php │ │ ├── New_ │ │ ├── PropertyAccessorCreationBooleanToFlagsRector.php │ │ └── PropertyPathMapperToDataMapperRector.php │ │ └── StaticCall │ │ └── BinaryFileResponseCreateToNewInstanceRector.php ├── Symfony53 │ └── Rector │ │ └── StaticPropertyFetch │ │ └── KernelTestCaseContainerPropertyDeprecationRector.php ├── Symfony60 │ └── Rector │ │ ├── FuncCall │ │ └── ReplaceServiceArgumentRector.php │ │ └── MethodCall │ │ └── GetHelperControllerToServiceRector.php ├── Symfony61 │ └── Rector │ │ ├── Class_ │ │ ├── CommandConfigureToAttributeRector.php │ │ ├── CommandPropertyToAttributeRector.php │ │ └── MagicClosureTwigExtensionToNativeMethodsRector.php │ │ └── StaticPropertyFetch │ │ └── ErrorNamesPropertyToConstantRector.php ├── Symfony62 │ └── Rector │ │ ├── ClassMethod │ │ ├── ClassMethod │ │ │ └── ArgumentValueResolverToValueResolverRector.php │ │ └── ParamConverterAttributeToMapEntityAttributeRector.php │ │ ├── Class_ │ │ ├── MessageHandlerInterfaceToAttributeRector.php │ │ ├── MessageSubscriberInterfaceToAttributeRector.php │ │ └── SecurityAttributeToIsGrantedAttributeRector.php │ │ └── MethodCall │ │ └── SimplifyFormRenderingRector.php ├── Symfony63 │ └── Rector │ │ └── Class_ │ │ ├── ParamAndEnvAttributeRector.php │ │ └── SignalableCommandInterfaceReturnTypeRector.php ├── Symfony72 │ └── Rector │ │ └── StmtsAwareInterface │ │ └── PushRequestToRequestStackConstructorRector.php ├── Symfony73 │ ├── GetMethodToAsTwigAttributeTransformer.php │ ├── NodeAnalyzer │ │ ├── CommandArgumentsResolver.php │ │ ├── CommandOptionsResolver.php │ │ └── LocalArrayMethodCallableMatcher.php │ ├── NodeFactory │ │ └── CommandInvokeParamsFactory.php │ ├── NodeFinder │ │ └── MethodCallFinder.php │ ├── NodeRemover │ │ └── ReturnEmptyArrayMethodRemover.php │ ├── NodeTransformer │ │ ├── CommandUnusedInputOutputRemover.php │ │ ├── ConsoleOptionAndArgumentMethodCallVariableReplacer.php │ │ └── OutputInputSymfonyStyleReplacer.php │ ├── Rector │ │ └── Class_ │ │ │ ├── AddVoteArgumentToVoteOnAttributeRector.php │ │ │ ├── CommandDefaultNameAndDescriptionToAsCommandAttributeRector.php │ │ │ ├── CommandHelpToAttributeRector.php │ │ │ ├── ConstraintOptionsToNamedArgumentsRector.php │ │ │ ├── GetFiltersToAsTwigFilterAttributeRector.php │ │ │ ├── GetFunctionsToAsTwigFunctionAttributeRector.php │ │ │ └── InvokableCommandInputAttributeRector.php │ └── ValueObject │ │ ├── CommandArgument.php │ │ └── CommandOption.php ├── Symfony80 │ └── Rector │ │ └── Class_ │ │ └── RemoveEraseCredentialsRector.php └── Twig134 │ └── Rector │ └── Return_ │ └── SimpleFunctionAndFilterRector.php └── src ├── Annotation └── AnnotationAnalyzer.php ├── ApplicationMetadata └── ListenerServiceDefinitionProvider.php ├── Bridge ├── NodeAnalyzer │ └── ControllerMethodAnalyzer.php └── Symfony │ ├── ContainerServiceProvider.php │ └── Routing │ └── SymfonyRoutesProvider.php ├── BundleClassResolver.php ├── Contract ├── Bridge │ └── Symfony │ │ └── Routing │ │ └── SymfonyRoutesProviderInterface.php ├── EventReferenceToMethodNameInterface.php └── Tag │ └── TagInterface.php ├── DataProvider ├── ServiceMapProvider.php └── ServiceNameToTypeUniqueProvider.php ├── Enum ├── CommandMethodName.php ├── FosAnnotation.php ├── FosClass.php ├── JMSAnnotation.php ├── SensioAttribute.php ├── SymfonyAnnotation.php ├── SymfonyAttribute.php ├── SymfonyClass.php ├── SymfonyFunctionName.php └── TwigClass.php ├── Exception └── XmlContainerNotExistsException.php ├── FormHelper └── FormTypeStringToTypeProvider.php ├── Helper ├── MessengerHelper.php └── TemplateGuesser.php ├── MinimalSharedStringSolver.php ├── NodeAnalyzer ├── Annotations │ ├── ClassAnnotationAssertResolver.php │ ├── MethodCallAnnotationAssertResolver.php │ ├── PropertyAnnotationAssertResolver.php │ └── StmtMethodCallMatcher.php ├── ClassAnalyzer.php ├── DependencyInjectionMethodCallAnalyzer.php ├── FormAddMethodCallAnalyzer.php ├── FormCollectionAnalyzer.php ├── FormInstanceToFormClassConstFetchConverter.php ├── FormOptionsArrayMatcher.php ├── FormType │ ├── CreateFormTypeOptionsArgMover.php │ └── FormTypeClassResolver.php ├── LiteralCallLikeConstFetchReplacer.php ├── RouteRequiredParamNameToTypesResolver.php ├── ServiceTypeMethodCallResolver.php ├── SymfonyPhpClosureDetector.php └── SymfonyTestCaseAnalyzer.php ├── NodeFactory ├── Annotations │ ├── AnnotationOrAttributeValueResolver.php │ ├── DoctrineAnnotationFromNewFactory.php │ ├── DoctrineAnnotationKeyToValuesResolver.php │ └── StringValueQuoteWrapper.php ├── ArrayFromCompactFactory.php ├── BareLogoutClassMethodFactory.php ├── EventReferenceFactory.php ├── GetSubscribedEventsClassMethodFactory.php ├── OnLogoutClassMethodFactory.php ├── OnSuccessLogoutClassMethodFactory.php └── ThisRenderFactory.php ├── NodeFinder └── EmptyReturnNodeFinder.php ├── NodeManipulator ├── ArrayManipulator.php └── ClassManipulator.php ├── PhpDocNode └── SymfonyRouteTagValueNodeFactory.php ├── PhpParser └── NamedSimplePhpParser.php ├── Set ├── SetProvider │ ├── Symfony3SetProvider.php │ ├── Symfony4SetProvider.php │ ├── Symfony5SetProvider.php │ ├── Symfony6SetProvider.php │ ├── Symfony7SetProvider.php │ ├── Symfony8SetProvider.php │ ├── SymfonySetProvider.php │ └── TwigSetProvider.php ├── SwiftMailerSetList.php ├── SymfonyInternalSetList.php ├── SymfonySetList.php └── TwigSetList.php ├── TypeAnalyzer ├── ArrayUnionResponseTypeAnalyzer.php ├── ContainerAwareAnalyzer.php └── ControllerAnalyzer.php ├── TypeDeclaration └── ReturnTypeDeclarationUpdater.php ├── Utils └── StringUtils.php ├── ValueObject ├── ClassNameAndFilePath.php ├── ConstantMap │ ├── SymfonyCommandConstantMap.php │ ├── SymfonyRequestConstantMap.php │ └── SymfonyResponseConstantMap.php ├── EventNameToClassAndConstant.php ├── EventReferenceToMethodName.php ├── EventReferenceToMethodNameWithPriority.php ├── IntlBundleClassToNewClass.php ├── ReplaceServiceArgument.php ├── ServiceDefinition.php ├── ServiceMap │ └── ServiceMap.php ├── SymfonyRouteMetadata.php ├── Tag.php ├── Tag │ └── EventListenerTag.php └── ValidatorAssert │ ├── ClassMethodAndAnnotation.php │ └── PropertyAndAnnotation.php └── ValueObjectFactory └── ServiceMapFactory.php /.github/typos.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/.github/typos.toml -------------------------------------------------------------------------------- /.github/workflows/code_analysis.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/.github/workflows/code_analysis.yaml -------------------------------------------------------------------------------- /.github/workflows/code_analysis_reusable.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/.github/workflows/code_analysis_reusable.yaml -------------------------------------------------------------------------------- /.github/workflows/tests.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/.github/workflows/tests.yaml -------------------------------------------------------------------------------- /.github/workflows/typos.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/.github/workflows/typos.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/composer.json -------------------------------------------------------------------------------- /config/sets/fosrest/annotations-to-attributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/fosrest/annotations-to-attributes.php -------------------------------------------------------------------------------- /config/sets/jms/annotations-to-attributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/jms/annotations-to-attributes.php -------------------------------------------------------------------------------- /config/sets/sensiolabs/annotations-to-attributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/sensiolabs/annotations-to-attributes.php -------------------------------------------------------------------------------- /config/sets/swiftmailer/swiftmailer-to-symfony-mailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/swiftmailer/swiftmailer-to-symfony-mailer.php -------------------------------------------------------------------------------- /config/sets/symfony/annotations-to-attributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/annotations-to-attributes.php -------------------------------------------------------------------------------- /config/sets/symfony/configs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/configs.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony-code-quality.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony-code-quality.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony-constructor-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony-constructor-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony25.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony25.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony26.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony26.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony27.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony27.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony28.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony28.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-bridge-monolog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-bridge-monolog.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-bridge-swift-mailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-bridge-swift-mailer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-class-loader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-class-loader.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-form.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-http-kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-http-kernel.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-process.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-process.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-property-access.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-property-access.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-security.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-security.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-translation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-translation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-twig-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-twig-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony30/symfony30-validator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony30/symfony30-validator.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony31.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony31.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony31/symfony31-yaml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony31/symfony31-yaml.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony32.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony32.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony32/symfony32-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony32/symfony32-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony32/symfony32-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony32/symfony32-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony33.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony33.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony33/symfony33-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony33/symfony33-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony33/symfony33-debug.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony33/symfony33-debug.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony33/symfony33-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony33/symfony33-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony33/symfony33-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony33/symfony33-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony34.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony34.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony34/symfony34-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony34/symfony34-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony34/symfony34-sensio-framework-extra-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony34/symfony34-sensio-framework-extra-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony3/symfony34/symfony34-yaml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony3/symfony34/symfony34-yaml.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony40.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony40.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony40/symfony40-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony40/symfony40-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony40/symfony40-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony40/symfony40-form.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony40/symfony40-process.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony40/symfony40-process.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony40/symfony40-validator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony40/symfony40-validator.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony40/symfony40-var-dumper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony40/symfony40-var-dumper.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony41.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony41.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony41/symfony41-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony41/symfony41-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony41/symfony41-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony41/symfony41-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony41/symfony41-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony41/symfony41-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony41/symfony41-workflow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony41/symfony41-workflow.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-cache.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-config.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-dom-crawler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-dom-crawler.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-finder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-finder.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-form.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-http-kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-http-kernel.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-monolog-bridge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-monolog-bridge.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-process.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-process.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-serializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-serializer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony42/symfony42-translation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony42/symfony42-translation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-browser-kit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-browser-kit.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-cache.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-event-dispatcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-event-dispatcher.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-http-kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-http-kernel.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-intl.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-intl.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-security-core.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-security-http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-security-http.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-twig-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-twig-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony43/symfony43-workflow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony43/symfony43-workflow.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony44.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony44.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony44/symfony44-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony44/symfony44-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony44/symfony44-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony44/symfony44-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony44/symfony44-http-kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony44/symfony44-http-kernel.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony44/symfony44-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony44/symfony44-security-core.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony44/symfony44-templating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony44/symfony44-templating.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony4/symfony44/symfony44-web-link.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony4/symfony44/symfony44-web-link.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony50.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony50.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony50/symfony50-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony50/symfony50-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony50/symfony50-debug.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony50/symfony50-debug.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony50/symfony50-types.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony50/symfony50-types.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-config.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-event-dispatcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-event-dispatcher.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-form.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-inflector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-inflector.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-notifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-notifier.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-security-core.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony51/symfony51-security-http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony51/symfony51-security-http.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52-validator-attributes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52-validator-attributes.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-form.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-mime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-mime.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-notifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-notifier.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-property-access.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-property-access.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-property-info.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-property-info.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-security-core.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-security-http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-security-http.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony52/symfony52-validator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony52/symfony52-validator.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony53.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony53.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony53/symfony53-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony53/symfony53-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony53/symfony53-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony53/symfony53-form.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony53/symfony53-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony53/symfony53-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony53/symfony53-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony53/symfony53-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony53/symfony53-http-kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony53/symfony53-http-kernel.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony53/symfony53-mailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony53/symfony53-mailer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony53/symfony53-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony53/symfony53-security-core.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony54.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony54.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony54/symfony54-cache.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony54/symfony54-cache.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony54/symfony54-http-kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony54/symfony54-http-kernel.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony54/symfony54-notifier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony54/symfony54-notifier.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony54/symfony54-security-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony54/symfony54-security-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony54/symfony54-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony54/symfony54-security-core.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony54/symfony54-security-http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony54/symfony54-security-http.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony5/symfony54/symfony54-validator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony5/symfony54/symfony54-validator.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-browser-kit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-browser-kit.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-config.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-contracts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-contracts.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-doctrine-bridge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-doctrine-bridge.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-event-dispatcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-event-dispatcher.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-expression-language.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-expression-language.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-form.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-http-kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-http-kernel.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-options-resolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-options-resolver.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-property-access.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-property-access.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-property-info.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-property-info.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-routing.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-routing.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-security-core.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-security-http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-security-http.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-serializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-serializer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-templating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-templating.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-translation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-translation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony60/symfony60-validator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony60/symfony60-validator.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony61.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony61.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony61/symfony61-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony61/symfony61-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony61/symfony61-serializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony61/symfony61-serializer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony61/symfony61-twig-bridge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony61/symfony61-twig-bridge.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony61/symfony61-validator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony61/symfony61-validator.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-doctrine-bridge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-doctrine-bridge.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-http-kernel.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-http-kernel.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-mail-pace-mailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-mail-pace-mailer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-messenger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-messenger.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-mime.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-mime.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-security-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-security-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-security-http.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-security-http.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-translation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-translation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony62/symfony62-twig-bridge.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony62/symfony62-twig-bridge.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony63.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony63.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony63/symfony63-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony63/symfony63-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony63/symfony63-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony63/symfony63-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony63/symfony63-http-client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony63/symfony63-http-client.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony63/symfony63-messenger.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony63/symfony63-messenger.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony63/symfony63-web-link.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony63/symfony63-web-link.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony64.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony64.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony64/symfony64-error-handler.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony64/symfony64-error-handler.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony64/symfony64-form.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony64/symfony64-form.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony64/symfony64-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony64/symfony64-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony6/symfony64/symfony64-routing.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony6/symfony64/symfony64-routing.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony70.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony70.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony70/symfony70-contracts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony70/symfony70-contracts.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony70/symfony70-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony70/symfony70-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony70/symfony70-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony70/symfony70-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony70/symfony70-serializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony70/symfony70-serializer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony71.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony71.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony71/symfony71-dependency-injection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony71/symfony71-dependency-injection.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony71/symfony71-serializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony71/symfony71-serializer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony72.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony72.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony72/symfony72-http-foundation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony72/symfony72-http-foundation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony72/symfony72-mailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony72/symfony72-mailer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony72/symfony72-serializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony72/symfony72-serializer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony72/symfony72-translation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony72/symfony72-translation.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony73.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony73.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony73/symfony73-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony73/symfony73-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony73/symfony73-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony73/symfony73-security-core.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony73/symfony73-twig-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony73/symfony73-twig-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony73/symfony73-validator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony73/symfony73-validator.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony74.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony74.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony74/symfony74-console.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony74/symfony74-console.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony74/symfony74-framework-bundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony74/symfony74-framework-bundle.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony74/symfony74-json-streamer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony74/symfony74-json-streamer.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony74/symfony74-routing.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony74/symfony74-routing.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony7/symfony74/symfony74-workflow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony7/symfony74/symfony74-workflow.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony8/symfony80.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony8/symfony80.php -------------------------------------------------------------------------------- /config/sets/symfony/symfony8/symfony80/symfony80-security-core.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/symfony/symfony8/symfony80/symfony80-security-core.php -------------------------------------------------------------------------------- /config/sets/twig/twig-underscore-to-namespace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/twig/twig-underscore-to-namespace.php -------------------------------------------------------------------------------- /config/sets/twig/twig112.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/twig/twig112.php -------------------------------------------------------------------------------- /config/sets/twig/twig127.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/twig/twig127.php -------------------------------------------------------------------------------- /config/sets/twig/twig134.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/twig/twig134.php -------------------------------------------------------------------------------- /config/sets/twig/twig140.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/twig/twig140.php -------------------------------------------------------------------------------- /config/sets/twig/twig20.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/twig/twig20.php -------------------------------------------------------------------------------- /config/sets/twig/twig24.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/config/sets/twig/twig24.php -------------------------------------------------------------------------------- /rules/CodeQuality/Enum/ResponseClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Enum/ResponseClass.php -------------------------------------------------------------------------------- /rules/CodeQuality/NodeAnalyzer/AttributePresenceDetector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/NodeAnalyzer/AttributePresenceDetector.php -------------------------------------------------------------------------------- /rules/CodeQuality/NodeAnalyzer/ParamConverterClassesResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/NodeAnalyzer/ParamConverterClassesResolver.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/AttributeGroup/SingleConditionSecurityAttributeToIsGrantedRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/AttributeGroup/SingleConditionSecurityAttributeToIsGrantedRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/BinaryOp/RequestIsMainRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/BinaryOp/RequestIsMainRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/BinaryOp/ResponseStatusCodeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/BinaryOp/ResponseStatusCodeRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/ClassMethod/ActionSuffixRemoverRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/ClassMethod/ActionSuffixRemoverRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/ClassMethod/ParamTypeFromRouteRequiredRegexRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/ClassMethod/ParamTypeFromRouteRequiredRegexRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/ClassMethod/RemoveUnusedRequestParamRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/ClassMethod/RemoveUnusedRequestParamRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/ClassMethod/ResponseReturnTypeControllerActionRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/ClassMethod/ResponseReturnTypeControllerActionRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/ClassMethod/TemplateAnnotationToThisRenderRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/ClassMethod/TemplateAnnotationToThisRenderRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/Class_/ControllerMethodInjectionToConstructorRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/Class_/ControllerMethodInjectionToConstructorRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/Class_/EventListenerToEventSubscriberRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/Class_/EventListenerToEventSubscriberRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/Class_/InlineClassRoutePrefixRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/Class_/InlineClassRoutePrefixRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/Class_/LoadValidatorMetadataToAnnotationRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/Class_/LoadValidatorMetadataToAnnotationRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/Class_/SplitAndSecurityAttributeToIsGrantedRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/Class_/SplitAndSecurityAttributeToIsGrantedRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/Closure/StringExtensionToConfigBuilderRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/Closure/StringExtensionToConfigBuilderRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/MethodCall/AssertSameResponseCodeWithDebugContentsRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/MethodCall/AssertSameResponseCodeWithDebugContentsRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/MethodCall/LiteralGetToRequestClassConstantRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/MethodCall/LiteralGetToRequestClassConstantRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/MethodCall/ParameterBagTypedGetMethodCallRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/MethodCall/ParameterBagTypedGetMethodCallRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/MethodCall/StringCastDebugResponseRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/MethodCall/StringCastDebugResponseRector.php -------------------------------------------------------------------------------- /rules/CodeQuality/Rector/Trait_/AddTraitGetterReturnTypeBasedOnSetterRequiredRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/CodeQuality/Rector/Trait_/AddTraitGetterReturnTypeBasedOnSetterRequiredRector.php -------------------------------------------------------------------------------- /rules/Configs/NodeAnalyser/ConfigServiceArgumentsResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/NodeAnalyser/ConfigServiceArgumentsResolver.php -------------------------------------------------------------------------------- /rules/Configs/NodeAnalyser/SetServiceClassNameResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/NodeAnalyser/SetServiceClassNameResolver.php -------------------------------------------------------------------------------- /rules/Configs/NodeDecorator/ServiceDefaultsCallClosureDecorator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/NodeDecorator/ServiceDefaultsCallClosureDecorator.php -------------------------------------------------------------------------------- /rules/Configs/NodeFactory/AutowiredParamFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/NodeFactory/AutowiredParamFactory.php -------------------------------------------------------------------------------- /rules/Configs/NodeVisitor/CollectServiceArgumentsNodeVisitor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/NodeVisitor/CollectServiceArgumentsNodeVisitor.php -------------------------------------------------------------------------------- /rules/Configs/Rector/ClassMethod/AddRouteAnnotationRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/ClassMethod/AddRouteAnnotationRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Class_/AutowireAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Class_/AutowireAttributeRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Class_/ParameterBagToAutowireAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Class_/ParameterBagToAutowireAttributeRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Closure/FromServicePublicToDefaultsPublicRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Closure/FromServicePublicToDefaultsPublicRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Closure/MergeServiceNameTypeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Closure/MergeServiceNameTypeRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Closure/RemoveConstructorAutowireServiceRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Closure/RemoveConstructorAutowireServiceRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Closure/ServiceArgsToServiceNamedArgRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Closure/ServiceArgsToServiceNamedArgRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Closure/ServiceSetStringNameToClassNameRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Closure/ServiceSetStringNameToClassNameRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Closure/ServiceSettersToSettersAutodiscoveryRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Closure/ServiceSettersToSettersAutodiscoveryRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Closure/ServiceTagsToDefaultsAutoconfigureRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Closure/ServiceTagsToDefaultsAutoconfigureRector.php -------------------------------------------------------------------------------- /rules/Configs/Rector/Reflection/ConstructorReflectionTypesResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/Rector/Reflection/ConstructorReflectionTypesResolver.php -------------------------------------------------------------------------------- /rules/Configs/ValueObject/ServiceArguments.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Configs/ValueObject/ServiceArguments.php -------------------------------------------------------------------------------- /rules/DependencyInjection/NodeDecorator/CommandConstructorDecorator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/DependencyInjection/NodeDecorator/CommandConstructorDecorator.php -------------------------------------------------------------------------------- /rules/DependencyInjection/NodeFactory/AutowireClassMethodFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/DependencyInjection/NodeFactory/AutowireClassMethodFactory.php -------------------------------------------------------------------------------- /rules/DependencyInjection/Rector/Class_/CommandGetByTypeToConstructorInjectionRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/DependencyInjection/Rector/Class_/CommandGetByTypeToConstructorInjectionRector.php -------------------------------------------------------------------------------- /rules/DependencyInjection/Rector/Class_/ControllerGetByTypeToConstructorInjectionRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/DependencyInjection/Rector/Class_/ControllerGetByTypeToConstructorInjectionRector.php -------------------------------------------------------------------------------- /rules/DependencyInjection/Rector/Class_/GetBySymfonyStringToConstructorInjectionRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/DependencyInjection/Rector/Class_/GetBySymfonyStringToConstructorInjectionRector.php -------------------------------------------------------------------------------- /rules/DependencyInjection/Rector/Trait_/TraitGetByTypeToInjectRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/DependencyInjection/Rector/Trait_/TraitGetByTypeToInjectRector.php -------------------------------------------------------------------------------- /rules/DependencyInjection/ThisGetTypeMatcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/DependencyInjection/ThisGetTypeMatcher.php -------------------------------------------------------------------------------- /rules/DowngradeSymfony70/Rector/Class_/DowngradeSymfonyCommandAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/DowngradeSymfony70/Rector/Class_/DowngradeSymfonyCommandAttributeRector.php -------------------------------------------------------------------------------- /rules/JMS/Rector/Class_/AccessTypeAnnotationToAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/JMS/Rector/Class_/AccessTypeAnnotationToAttributeRector.php -------------------------------------------------------------------------------- /rules/JMS/Rector/Property/AccessorAnnotationToAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/JMS/Rector/Property/AccessorAnnotationToAttributeRector.php -------------------------------------------------------------------------------- /rules/SwiftMailer/Rector/ClassMethod/SwiftMessageToEmailRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/SwiftMailer/Rector/ClassMethod/SwiftMessageToEmailRector.php -------------------------------------------------------------------------------- /rules/SwiftMailer/Rector/MethodCall/SwiftCreateMessageToNewEmailRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/SwiftMailer/Rector/MethodCall/SwiftCreateMessageToNewEmailRector.php -------------------------------------------------------------------------------- /rules/SwiftMailer/Rector/MethodCall/SwiftSetBodyToHtmlPlainMethodCallRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/SwiftMailer/Rector/MethodCall/SwiftSetBodyToHtmlPlainMethodCallRector.php -------------------------------------------------------------------------------- /rules/Symfony25/Rector/MethodCall/AddViolationToBuildViolationRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony25/Rector/MethodCall/AddViolationToBuildViolationRector.php -------------------------------------------------------------------------------- /rules/Symfony25/Rector/MethodCall/MaxLengthSymfonyFormOptionToAttrRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony25/Rector/MethodCall/MaxLengthSymfonyFormOptionToAttrRector.php -------------------------------------------------------------------------------- /rules/Symfony26/Rector/MethodCall/RedirectToRouteRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony26/Rector/MethodCall/RedirectToRouteRector.php -------------------------------------------------------------------------------- /rules/Symfony27/Rector/MethodCall/ChangeCollectionTypeOptionNameFromTypeToEntryTypeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony27/Rector/MethodCall/ChangeCollectionTypeOptionNameFromTypeToEntryTypeRector.php -------------------------------------------------------------------------------- /rules/Symfony28/Rector/MethodCall/GetToConstructorInjectionRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony28/Rector/MethodCall/GetToConstructorInjectionRector.php -------------------------------------------------------------------------------- /rules/Symfony28/Rector/StaticCall/ParseFileRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony28/Rector/StaticCall/ParseFileRector.php -------------------------------------------------------------------------------- /rules/Symfony30/Rector/ClassMethod/FormTypeGetParentRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony30/Rector/ClassMethod/FormTypeGetParentRector.php -------------------------------------------------------------------------------- /rules/Symfony30/Rector/ClassMethod/GetRequestRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony30/Rector/ClassMethod/GetRequestRector.php -------------------------------------------------------------------------------- /rules/Symfony30/Rector/ClassMethod/RemoveDefaultGetBlockPrefixRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony30/Rector/ClassMethod/RemoveDefaultGetBlockPrefixRector.php -------------------------------------------------------------------------------- /rules/Symfony30/Rector/MethodCall/ChangeStringCollectionOptionToConstantRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony30/Rector/MethodCall/ChangeStringCollectionOptionToConstantRector.php -------------------------------------------------------------------------------- /rules/Symfony30/Rector/MethodCall/FormTypeInstanceToClassConstRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony30/Rector/MethodCall/FormTypeInstanceToClassConstRector.php -------------------------------------------------------------------------------- /rules/Symfony30/Rector/MethodCall/OptionNameRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony30/Rector/MethodCall/OptionNameRector.php -------------------------------------------------------------------------------- /rules/Symfony30/Rector/MethodCall/ReadOnlyOptionToAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony30/Rector/MethodCall/ReadOnlyOptionToAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony30/Rector/MethodCall/StringFormTypeToClassRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony30/Rector/MethodCall/StringFormTypeToClassRector.php -------------------------------------------------------------------------------- /rules/Symfony33/Rector/ClassConstFetch/ConsoleExceptionToErrorEventConstantRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony33/Rector/ClassConstFetch/ConsoleExceptionToErrorEventConstantRector.php -------------------------------------------------------------------------------- /rules/Symfony34/Rector/ClassMethod/MergeMethodAnnotationToRouteAnnotationRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony34/Rector/ClassMethod/MergeMethodAnnotationToRouteAnnotationRector.php -------------------------------------------------------------------------------- /rules/Symfony34/Rector/ClassMethod/RemoveServiceFromSensioRouteRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony34/Rector/ClassMethod/RemoveServiceFromSensioRouteRector.php -------------------------------------------------------------------------------- /rules/Symfony34/Rector/ClassMethod/ReplaceSensioRouteAnnotationWithSymfonyRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony34/Rector/ClassMethod/ReplaceSensioRouteAnnotationWithSymfonyRector.php -------------------------------------------------------------------------------- /rules/Symfony34/Rector/Closure/ContainerGetNameToTypeInTestsRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony34/Rector/Closure/ContainerGetNameToTypeInTestsRector.php -------------------------------------------------------------------------------- /rules/Symfony40/Rector/ConstFetch/ConstraintUrlOptionRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony40/Rector/ConstFetch/ConstraintUrlOptionRector.php -------------------------------------------------------------------------------- /rules/Symfony40/Rector/MethodCall/ContainerBuilderCompileEnvArgumentRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony40/Rector/MethodCall/ContainerBuilderCompileEnvArgumentRector.php -------------------------------------------------------------------------------- /rules/Symfony40/Rector/MethodCall/FormIsValidRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony40/Rector/MethodCall/FormIsValidRector.php -------------------------------------------------------------------------------- /rules/Symfony40/Rector/MethodCall/VarDumperTestTraitMethodArgsRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony40/Rector/MethodCall/VarDumperTestTraitMethodArgsRector.php -------------------------------------------------------------------------------- /rules/Symfony42/Rector/New_/RootNodeTreeBuilderRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony42/Rector/New_/RootNodeTreeBuilderRector.php -------------------------------------------------------------------------------- /rules/Symfony42/Rector/New_/StringToArrayArgumentProcessRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony42/Rector/New_/StringToArrayArgumentProcessRector.php -------------------------------------------------------------------------------- /rules/Symfony43/Rector/ClassMethod/EventDispatcherParentConstructRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony43/Rector/ClassMethod/EventDispatcherParentConstructRector.php -------------------------------------------------------------------------------- /rules/Symfony43/Rector/MethodCall/ConvertRenderTemplateShortNotationToBundleSyntaxRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony43/Rector/MethodCall/ConvertRenderTemplateShortNotationToBundleSyntaxRector.php -------------------------------------------------------------------------------- /rules/Symfony43/Rector/MethodCall/GetCurrencyBundleMethodCallsToIntlRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony43/Rector/MethodCall/GetCurrencyBundleMethodCallsToIntlRector.php -------------------------------------------------------------------------------- /rules/Symfony43/Rector/MethodCall/MakeDispatchFirstArgumentEventRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony43/Rector/MethodCall/MakeDispatchFirstArgumentEventRector.php -------------------------------------------------------------------------------- /rules/Symfony43/Rector/MethodCall/WebTestCaseAssertIsSuccessfulRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony43/Rector/MethodCall/WebTestCaseAssertIsSuccessfulRector.php -------------------------------------------------------------------------------- /rules/Symfony43/Rector/MethodCall/WebTestCaseAssertResponseCodeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony43/Rector/MethodCall/WebTestCaseAssertResponseCodeRector.php -------------------------------------------------------------------------------- /rules/Symfony43/Rector/StmtsAwareInterface/TwigBundleFilesystemLoaderToTwigRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony43/Rector/StmtsAwareInterface/TwigBundleFilesystemLoaderToTwigRector.php -------------------------------------------------------------------------------- /rules/Symfony44/Rector/ClassMethod/ConsoleExecuteReturnIntRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony44/Rector/ClassMethod/ConsoleExecuteReturnIntRector.php -------------------------------------------------------------------------------- /rules/Symfony44/Rector/MethodCall/AuthorizationCheckerIsGrantedExtractorRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony44/Rector/MethodCall/AuthorizationCheckerIsGrantedExtractorRector.php -------------------------------------------------------------------------------- /rules/Symfony51/Rector/ClassMethod/CommandConstantReturnCodeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony51/Rector/ClassMethod/CommandConstantReturnCodeRector.php -------------------------------------------------------------------------------- /rules/Symfony51/Rector/ClassMethod/RouteCollectionBuilderToRoutingConfiguratorRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony51/Rector/ClassMethod/RouteCollectionBuilderToRoutingConfiguratorRector.php -------------------------------------------------------------------------------- /rules/Symfony51/Rector/Class_/LogoutHandlerToLogoutEventSubscriberRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony51/Rector/Class_/LogoutHandlerToLogoutEventSubscriberRector.php -------------------------------------------------------------------------------- /rules/Symfony51/Rector/Class_/LogoutSuccessHandlerToLogoutEventSubscriberRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony51/Rector/Class_/LogoutSuccessHandlerToLogoutEventSubscriberRector.php -------------------------------------------------------------------------------- /rules/Symfony52/Rector/MethodCall/DefinitionAliasSetPrivateToSetPublicRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony52/Rector/MethodCall/DefinitionAliasSetPrivateToSetPublicRector.php -------------------------------------------------------------------------------- /rules/Symfony52/Rector/MethodCall/FormBuilderSetDataMapperRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony52/Rector/MethodCall/FormBuilderSetDataMapperRector.php -------------------------------------------------------------------------------- /rules/Symfony52/Rector/MethodCall/ReflectionExtractorEnableMagicCallExtractorRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony52/Rector/MethodCall/ReflectionExtractorEnableMagicCallExtractorRector.php -------------------------------------------------------------------------------- /rules/Symfony52/Rector/MethodCall/ValidatorBuilderEnableAnnotationMappingRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony52/Rector/MethodCall/ValidatorBuilderEnableAnnotationMappingRector.php -------------------------------------------------------------------------------- /rules/Symfony52/Rector/New_/PropertyAccessorCreationBooleanToFlagsRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony52/Rector/New_/PropertyAccessorCreationBooleanToFlagsRector.php -------------------------------------------------------------------------------- /rules/Symfony52/Rector/New_/PropertyPathMapperToDataMapperRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony52/Rector/New_/PropertyPathMapperToDataMapperRector.php -------------------------------------------------------------------------------- /rules/Symfony52/Rector/StaticCall/BinaryFileResponseCreateToNewInstanceRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony52/Rector/StaticCall/BinaryFileResponseCreateToNewInstanceRector.php -------------------------------------------------------------------------------- /rules/Symfony53/Rector/StaticPropertyFetch/KernelTestCaseContainerPropertyDeprecationRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony53/Rector/StaticPropertyFetch/KernelTestCaseContainerPropertyDeprecationRector.php -------------------------------------------------------------------------------- /rules/Symfony60/Rector/FuncCall/ReplaceServiceArgumentRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony60/Rector/FuncCall/ReplaceServiceArgumentRector.php -------------------------------------------------------------------------------- /rules/Symfony60/Rector/MethodCall/GetHelperControllerToServiceRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony60/Rector/MethodCall/GetHelperControllerToServiceRector.php -------------------------------------------------------------------------------- /rules/Symfony61/Rector/Class_/CommandConfigureToAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony61/Rector/Class_/CommandConfigureToAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony61/Rector/Class_/CommandPropertyToAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony61/Rector/Class_/CommandPropertyToAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony61/Rector/Class_/MagicClosureTwigExtensionToNativeMethodsRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony61/Rector/Class_/MagicClosureTwigExtensionToNativeMethodsRector.php -------------------------------------------------------------------------------- /rules/Symfony61/Rector/StaticPropertyFetch/ErrorNamesPropertyToConstantRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony61/Rector/StaticPropertyFetch/ErrorNamesPropertyToConstantRector.php -------------------------------------------------------------------------------- /rules/Symfony62/Rector/ClassMethod/ClassMethod/ArgumentValueResolverToValueResolverRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony62/Rector/ClassMethod/ClassMethod/ArgumentValueResolverToValueResolverRector.php -------------------------------------------------------------------------------- /rules/Symfony62/Rector/ClassMethod/ParamConverterAttributeToMapEntityAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony62/Rector/ClassMethod/ParamConverterAttributeToMapEntityAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony62/Rector/Class_/MessageHandlerInterfaceToAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony62/Rector/Class_/MessageHandlerInterfaceToAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony62/Rector/Class_/MessageSubscriberInterfaceToAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony62/Rector/Class_/MessageSubscriberInterfaceToAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony62/Rector/Class_/SecurityAttributeToIsGrantedAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony62/Rector/Class_/SecurityAttributeToIsGrantedAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony62/Rector/MethodCall/SimplifyFormRenderingRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony62/Rector/MethodCall/SimplifyFormRenderingRector.php -------------------------------------------------------------------------------- /rules/Symfony63/Rector/Class_/ParamAndEnvAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony63/Rector/Class_/ParamAndEnvAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony63/Rector/Class_/SignalableCommandInterfaceReturnTypeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony63/Rector/Class_/SignalableCommandInterfaceReturnTypeRector.php -------------------------------------------------------------------------------- /rules/Symfony72/Rector/StmtsAwareInterface/PushRequestToRequestStackConstructorRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony72/Rector/StmtsAwareInterface/PushRequestToRequestStackConstructorRector.php -------------------------------------------------------------------------------- /rules/Symfony73/GetMethodToAsTwigAttributeTransformer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/GetMethodToAsTwigAttributeTransformer.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeAnalyzer/CommandArgumentsResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeAnalyzer/CommandArgumentsResolver.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeAnalyzer/CommandOptionsResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeAnalyzer/CommandOptionsResolver.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeAnalyzer/LocalArrayMethodCallableMatcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeAnalyzer/LocalArrayMethodCallableMatcher.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeFactory/CommandInvokeParamsFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeFactory/CommandInvokeParamsFactory.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeFinder/MethodCallFinder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeFinder/MethodCallFinder.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeRemover/ReturnEmptyArrayMethodRemover.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeRemover/ReturnEmptyArrayMethodRemover.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeTransformer/CommandUnusedInputOutputRemover.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeTransformer/CommandUnusedInputOutputRemover.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeTransformer/ConsoleOptionAndArgumentMethodCallVariableReplacer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeTransformer/ConsoleOptionAndArgumentMethodCallVariableReplacer.php -------------------------------------------------------------------------------- /rules/Symfony73/NodeTransformer/OutputInputSymfonyStyleReplacer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/NodeTransformer/OutputInputSymfonyStyleReplacer.php -------------------------------------------------------------------------------- /rules/Symfony73/Rector/Class_/AddVoteArgumentToVoteOnAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/Rector/Class_/AddVoteArgumentToVoteOnAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony73/Rector/Class_/CommandDefaultNameAndDescriptionToAsCommandAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/Rector/Class_/CommandDefaultNameAndDescriptionToAsCommandAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony73/Rector/Class_/CommandHelpToAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/Rector/Class_/CommandHelpToAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony73/Rector/Class_/ConstraintOptionsToNamedArgumentsRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/Rector/Class_/ConstraintOptionsToNamedArgumentsRector.php -------------------------------------------------------------------------------- /rules/Symfony73/Rector/Class_/GetFiltersToAsTwigFilterAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/Rector/Class_/GetFiltersToAsTwigFilterAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony73/Rector/Class_/GetFunctionsToAsTwigFunctionAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/Rector/Class_/GetFunctionsToAsTwigFunctionAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/Rector/Class_/InvokableCommandInputAttributeRector.php -------------------------------------------------------------------------------- /rules/Symfony73/ValueObject/CommandArgument.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/ValueObject/CommandArgument.php -------------------------------------------------------------------------------- /rules/Symfony73/ValueObject/CommandOption.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony73/ValueObject/CommandOption.php -------------------------------------------------------------------------------- /rules/Symfony80/Rector/Class_/RemoveEraseCredentialsRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Symfony80/Rector/Class_/RemoveEraseCredentialsRector.php -------------------------------------------------------------------------------- /rules/Twig134/Rector/Return_/SimpleFunctionAndFilterRector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/rules/Twig134/Rector/Return_/SimpleFunctionAndFilterRector.php -------------------------------------------------------------------------------- /src/Annotation/AnnotationAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Annotation/AnnotationAnalyzer.php -------------------------------------------------------------------------------- /src/ApplicationMetadata/ListenerServiceDefinitionProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ApplicationMetadata/ListenerServiceDefinitionProvider.php -------------------------------------------------------------------------------- /src/Bridge/NodeAnalyzer/ControllerMethodAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Bridge/NodeAnalyzer/ControllerMethodAnalyzer.php -------------------------------------------------------------------------------- /src/Bridge/Symfony/ContainerServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Bridge/Symfony/ContainerServiceProvider.php -------------------------------------------------------------------------------- /src/Bridge/Symfony/Routing/SymfonyRoutesProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Bridge/Symfony/Routing/SymfonyRoutesProvider.php -------------------------------------------------------------------------------- /src/BundleClassResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/BundleClassResolver.php -------------------------------------------------------------------------------- /src/Contract/Bridge/Symfony/Routing/SymfonyRoutesProviderInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Contract/Bridge/Symfony/Routing/SymfonyRoutesProviderInterface.php -------------------------------------------------------------------------------- /src/Contract/EventReferenceToMethodNameInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Contract/EventReferenceToMethodNameInterface.php -------------------------------------------------------------------------------- /src/Contract/Tag/TagInterface.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Contract/Tag/TagInterface.php -------------------------------------------------------------------------------- /src/DataProvider/ServiceMapProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/DataProvider/ServiceMapProvider.php -------------------------------------------------------------------------------- /src/DataProvider/ServiceNameToTypeUniqueProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/DataProvider/ServiceNameToTypeUniqueProvider.php -------------------------------------------------------------------------------- /src/Enum/CommandMethodName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/CommandMethodName.php -------------------------------------------------------------------------------- /src/Enum/FosAnnotation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/FosAnnotation.php -------------------------------------------------------------------------------- /src/Enum/FosClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/FosClass.php -------------------------------------------------------------------------------- /src/Enum/JMSAnnotation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/JMSAnnotation.php -------------------------------------------------------------------------------- /src/Enum/SensioAttribute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/SensioAttribute.php -------------------------------------------------------------------------------- /src/Enum/SymfonyAnnotation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/SymfonyAnnotation.php -------------------------------------------------------------------------------- /src/Enum/SymfonyAttribute.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/SymfonyAttribute.php -------------------------------------------------------------------------------- /src/Enum/SymfonyClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/SymfonyClass.php -------------------------------------------------------------------------------- /src/Enum/SymfonyFunctionName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/SymfonyFunctionName.php -------------------------------------------------------------------------------- /src/Enum/TwigClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Enum/TwigClass.php -------------------------------------------------------------------------------- /src/Exception/XmlContainerNotExistsException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Exception/XmlContainerNotExistsException.php -------------------------------------------------------------------------------- /src/FormHelper/FormTypeStringToTypeProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/FormHelper/FormTypeStringToTypeProvider.php -------------------------------------------------------------------------------- /src/Helper/MessengerHelper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Helper/MessengerHelper.php -------------------------------------------------------------------------------- /src/Helper/TemplateGuesser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Helper/TemplateGuesser.php -------------------------------------------------------------------------------- /src/MinimalSharedStringSolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/MinimalSharedStringSolver.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/Annotations/ClassAnnotationAssertResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/Annotations/ClassAnnotationAssertResolver.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/Annotations/MethodCallAnnotationAssertResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/Annotations/MethodCallAnnotationAssertResolver.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/Annotations/PropertyAnnotationAssertResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/Annotations/PropertyAnnotationAssertResolver.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/Annotations/StmtMethodCallMatcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/Annotations/StmtMethodCallMatcher.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/ClassAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/ClassAnalyzer.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/DependencyInjectionMethodCallAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/DependencyInjectionMethodCallAnalyzer.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/FormAddMethodCallAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/FormAddMethodCallAnalyzer.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/FormCollectionAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/FormCollectionAnalyzer.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/FormInstanceToFormClassConstFetchConverter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/FormInstanceToFormClassConstFetchConverter.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/FormOptionsArrayMatcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/FormOptionsArrayMatcher.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/FormType/CreateFormTypeOptionsArgMover.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/FormType/CreateFormTypeOptionsArgMover.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/FormType/FormTypeClassResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/FormType/FormTypeClassResolver.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/LiteralCallLikeConstFetchReplacer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/LiteralCallLikeConstFetchReplacer.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/RouteRequiredParamNameToTypesResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/RouteRequiredParamNameToTypesResolver.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/ServiceTypeMethodCallResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/ServiceTypeMethodCallResolver.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/SymfonyPhpClosureDetector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/SymfonyPhpClosureDetector.php -------------------------------------------------------------------------------- /src/NodeAnalyzer/SymfonyTestCaseAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeAnalyzer/SymfonyTestCaseAnalyzer.php -------------------------------------------------------------------------------- /src/NodeFactory/Annotations/AnnotationOrAttributeValueResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/Annotations/AnnotationOrAttributeValueResolver.php -------------------------------------------------------------------------------- /src/NodeFactory/Annotations/DoctrineAnnotationFromNewFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/Annotations/DoctrineAnnotationFromNewFactory.php -------------------------------------------------------------------------------- /src/NodeFactory/Annotations/DoctrineAnnotationKeyToValuesResolver.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/Annotations/DoctrineAnnotationKeyToValuesResolver.php -------------------------------------------------------------------------------- /src/NodeFactory/Annotations/StringValueQuoteWrapper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/Annotations/StringValueQuoteWrapper.php -------------------------------------------------------------------------------- /src/NodeFactory/ArrayFromCompactFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/ArrayFromCompactFactory.php -------------------------------------------------------------------------------- /src/NodeFactory/BareLogoutClassMethodFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/BareLogoutClassMethodFactory.php -------------------------------------------------------------------------------- /src/NodeFactory/EventReferenceFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/EventReferenceFactory.php -------------------------------------------------------------------------------- /src/NodeFactory/GetSubscribedEventsClassMethodFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/GetSubscribedEventsClassMethodFactory.php -------------------------------------------------------------------------------- /src/NodeFactory/OnLogoutClassMethodFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/OnLogoutClassMethodFactory.php -------------------------------------------------------------------------------- /src/NodeFactory/OnSuccessLogoutClassMethodFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/OnSuccessLogoutClassMethodFactory.php -------------------------------------------------------------------------------- /src/NodeFactory/ThisRenderFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFactory/ThisRenderFactory.php -------------------------------------------------------------------------------- /src/NodeFinder/EmptyReturnNodeFinder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeFinder/EmptyReturnNodeFinder.php -------------------------------------------------------------------------------- /src/NodeManipulator/ArrayManipulator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeManipulator/ArrayManipulator.php -------------------------------------------------------------------------------- /src/NodeManipulator/ClassManipulator.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/NodeManipulator/ClassManipulator.php -------------------------------------------------------------------------------- /src/PhpDocNode/SymfonyRouteTagValueNodeFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/PhpDocNode/SymfonyRouteTagValueNodeFactory.php -------------------------------------------------------------------------------- /src/PhpParser/NamedSimplePhpParser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/PhpParser/NamedSimplePhpParser.php -------------------------------------------------------------------------------- /src/Set/SetProvider/Symfony3SetProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SetProvider/Symfony3SetProvider.php -------------------------------------------------------------------------------- /src/Set/SetProvider/Symfony4SetProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SetProvider/Symfony4SetProvider.php -------------------------------------------------------------------------------- /src/Set/SetProvider/Symfony5SetProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SetProvider/Symfony5SetProvider.php -------------------------------------------------------------------------------- /src/Set/SetProvider/Symfony6SetProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SetProvider/Symfony6SetProvider.php -------------------------------------------------------------------------------- /src/Set/SetProvider/Symfony7SetProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SetProvider/Symfony7SetProvider.php -------------------------------------------------------------------------------- /src/Set/SetProvider/Symfony8SetProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SetProvider/Symfony8SetProvider.php -------------------------------------------------------------------------------- /src/Set/SetProvider/SymfonySetProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SetProvider/SymfonySetProvider.php -------------------------------------------------------------------------------- /src/Set/SetProvider/TwigSetProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SetProvider/TwigSetProvider.php -------------------------------------------------------------------------------- /src/Set/SwiftMailerSetList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SwiftMailerSetList.php -------------------------------------------------------------------------------- /src/Set/SymfonyInternalSetList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SymfonyInternalSetList.php -------------------------------------------------------------------------------- /src/Set/SymfonySetList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/SymfonySetList.php -------------------------------------------------------------------------------- /src/Set/TwigSetList.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Set/TwigSetList.php -------------------------------------------------------------------------------- /src/TypeAnalyzer/ArrayUnionResponseTypeAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/TypeAnalyzer/ArrayUnionResponseTypeAnalyzer.php -------------------------------------------------------------------------------- /src/TypeAnalyzer/ContainerAwareAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/TypeAnalyzer/ContainerAwareAnalyzer.php -------------------------------------------------------------------------------- /src/TypeAnalyzer/ControllerAnalyzer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/TypeAnalyzer/ControllerAnalyzer.php -------------------------------------------------------------------------------- /src/TypeDeclaration/ReturnTypeDeclarationUpdater.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/TypeDeclaration/ReturnTypeDeclarationUpdater.php -------------------------------------------------------------------------------- /src/Utils/StringUtils.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/Utils/StringUtils.php -------------------------------------------------------------------------------- /src/ValueObject/ClassNameAndFilePath.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ClassNameAndFilePath.php -------------------------------------------------------------------------------- /src/ValueObject/ConstantMap/SymfonyCommandConstantMap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ConstantMap/SymfonyCommandConstantMap.php -------------------------------------------------------------------------------- /src/ValueObject/ConstantMap/SymfonyRequestConstantMap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ConstantMap/SymfonyRequestConstantMap.php -------------------------------------------------------------------------------- /src/ValueObject/ConstantMap/SymfonyResponseConstantMap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ConstantMap/SymfonyResponseConstantMap.php -------------------------------------------------------------------------------- /src/ValueObject/EventNameToClassAndConstant.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/EventNameToClassAndConstant.php -------------------------------------------------------------------------------- /src/ValueObject/EventReferenceToMethodName.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/EventReferenceToMethodName.php -------------------------------------------------------------------------------- /src/ValueObject/EventReferenceToMethodNameWithPriority.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/EventReferenceToMethodNameWithPriority.php -------------------------------------------------------------------------------- /src/ValueObject/IntlBundleClassToNewClass.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/IntlBundleClassToNewClass.php -------------------------------------------------------------------------------- /src/ValueObject/ReplaceServiceArgument.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ReplaceServiceArgument.php -------------------------------------------------------------------------------- /src/ValueObject/ServiceDefinition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ServiceDefinition.php -------------------------------------------------------------------------------- /src/ValueObject/ServiceMap/ServiceMap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ServiceMap/ServiceMap.php -------------------------------------------------------------------------------- /src/ValueObject/SymfonyRouteMetadata.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/SymfonyRouteMetadata.php -------------------------------------------------------------------------------- /src/ValueObject/Tag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/Tag.php -------------------------------------------------------------------------------- /src/ValueObject/Tag/EventListenerTag.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/Tag/EventListenerTag.php -------------------------------------------------------------------------------- /src/ValueObject/ValidatorAssert/ClassMethodAndAnnotation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ValidatorAssert/ClassMethodAndAnnotation.php -------------------------------------------------------------------------------- /src/ValueObject/ValidatorAssert/PropertyAndAnnotation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObject/ValidatorAssert/PropertyAndAnnotation.php -------------------------------------------------------------------------------- /src/ValueObjectFactory/ServiceMapFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rectorphp/rector-symfony/HEAD/src/ValueObjectFactory/ServiceMapFactory.php --------------------------------------------------------------------------------