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 1794f07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
->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:
// SymfonyLevelSetList::UP_TO_SYMFONY_63,
// sulu rules
Expand Down

0 comments on commit 1794f07

Please sign in to comment.