mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Rector file with symfonysetlist rules up to symfony_71
This commit is contained in:
parent
f4ed7e4254
commit
1f79985193
@ -13,6 +13,7 @@ use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
|
||||
use Rector\Config\RectorConfig;
|
||||
use Rector\Php80\Rector\Class_\AnnotationToAttributeRector;
|
||||
use Rector\Set\ValueObject\LevelSetList;
|
||||
use Rector\Symfony\Set\SymfonySetList;
|
||||
|
||||
return static function (RectorConfig $rectorConfig): void {
|
||||
$rectorConfig->paths([
|
||||
@ -56,7 +57,8 @@ return static function (RectorConfig $rectorConfig): void {
|
||||
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,
|
||||
Rector\Symfony\Set\SymfonySetList::SYMFONY_71,
|
||||
// Rector\Doctrine\Set\DoctrineSetList::DOCTRINE_CODE_QUALITY,
|
||||
]);
|
||||
|
||||
$rectorConfig->ruleWithConfiguration(AnnotationToAttributeRector::class, [
|
||||
|
Loading…
x
Reference in New Issue
Block a user