paths([ __DIR__ . '/config', __DIR__ . '/public', __DIR__ . '/src', ]); // register a single rule $rectorConfig->rule(InlineConstructorDefaultToPropertyRector::class); $rectorConfig->symfonyContainerXml(__DIR__ . '/var/cache/docker/App_KernelDockerDebugContainer.xml'); $rectorConfig->sets([ \Rector\Symfony\Set\SymfonyLevelSetList::UP_TO_SYMFONY_60, SymfonySetList::SYMFONY_CODE_QUALITY, SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION, ]); };