From 0fb3cdecb417a636dd2cbedbecf65c51f9616df3 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 19 Nov 2024 15:05:32 +0100 Subject: [PATCH] [rector] remove container link, as useful only for really old symfony rules --- rector.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/rector.php b/rector.php index 1ca7e877..62e7cf76 100644 --- a/rector.php +++ b/rector.php @@ -16,9 +16,6 @@ ->withPreparedSets(codeQuality: true, doctrineCodeQuality: true, symfonyCodeQuality: true, deadCode: true, codingStyle: true, instanceOf: true, typeDeclarations: true) ->withImportNames(importShortClasses: false) ->withAttributesSets(all: true) - - // symfony rules - ->withSymfonyContainerPhp(__DIR__ . '/var/cache/website/dev/App_KernelDevDebugContainer.xml') ->withSets([ SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION, // activate when doing updates: