Skip to content

Commit

Permalink
[rector] remove container link, as useful only for really old symfony…
Browse files Browse the repository at this point in the history
… rules
  • Loading branch information
TomasVotruba committed Nov 19, 2024
1 parent ed77ec4 commit 0fb3cde
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fb3cde

Please sign in to comment.