File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2424
2525return (new PhpCsFixer \Config ())
2626 ->setRules ([
27- '@PHP82Migration ' => true ,
27+ '@PHP8x2Migration ' => true ,
2828 '@PHPUnit7x5Migration:risky ' => true ,
2929 '@Symfony ' => true ,
3030 '@Symfony:risky ' => true ,
Original file line number Diff line number Diff line change 33declare (strict_types=1 );
44
55use Rector \Config \RectorConfig ;
6+ use Rector \PHPUnit \Set \PHPUnitSetList ;
67use Rector \Set \ValueObject \LevelSetList ;
78use Rector \Symfony \Set \SymfonySetList ;
89use Rector \ValueObject \PhpVersion ;
1920 ->withAttributesSets (symfony: true )
2021 ->withSets ([
2122 LevelSetList::UP_TO_PHP_82 ,
23+ PHPUnitSetList::PHPUNIT_100 ,
2224 SymfonySetList::SYMFONY_64 ,
2325 SymfonySetList::SYMFONY_CODE_QUALITY ,
2426 SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION ,
You can’t perform that action at this time.
0 commit comments