mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 09:34:59 +00:00
Run symfonysetlist up to symfony_70
This commit is contained in:
@@ -24,7 +24,7 @@ return static function (RectorConfig $rectorConfig): void {
|
||||
Rector\Php55\Rector\String_\StringClassNameToClassConstantRector::class => __DIR__.'src/Bundle/ChillMainBundle/Service/Notifier/LegacyOvhCloudFactory.php',
|
||||
]);
|
||||
|
||||
$rectorConfig->symfonyContainerXml(__DIR__.'/var/cache/dev/test/App_KernelTestDebugContainer.xml ');
|
||||
// $rectorConfig->symfonyContainerXml(__DIR__.'/var/cache/dev/test/App_KernelTestDebugContainer.xml ');
|
||||
$rectorConfig->symfonyContainerPhp(__DIR__.'/tests/symfony-container.php');
|
||||
|
||||
// $rectorConfig->cacheClass(\Rector\Caching\ValueObject\Storage\FileCacheStorage::class);
|
||||
@@ -53,6 +53,9 @@ return static function (RectorConfig $rectorConfig): void {
|
||||
Rector\Symfony\Set\SymfonySetList::SYMFONY_60,
|
||||
Rector\Symfony\Set\SymfonySetList::SYMFONY_61,
|
||||
Rector\Symfony\Set\SymfonySetList::SYMFONY_62,
|
||||
Rector\Symfony\Set\SymfonySetList::SYMFONY_63,
|
||||
Rector\Symfony\Set\SymfonySetList::SYMFONY_64,
|
||||
Rector\Symfony\Set\SymfonySetList::SYMFONY_70,
|
||||
Rector\Doctrine\Set\DoctrineSetList::DOCTRINE_CODE_QUALITY,
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user