File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 88use Rector \ValueObject \PhpVersion ;
99
1010return RectorConfig::configure ()
11- ->withPhpVersion (PhpVersion::PHP_82 )
11+ ->withPhpVersion (PhpVersion::PHP_84 )
1212 ->withPaths ([
1313 __DIR__ .'/src ' ,
1414 __DIR__ .'/tests ' ,
1515 ])
16- ->withPhpSets (php82 : true )
16+ ->withPhpSets (php81 : true )
1717 // here we can define, what prepared sets of rules will be applied
18- ->withPreparedSets (
19- deadCode: true ,
20- codeQuality: true
21- )
18+ ->withPreparedSets (deadCode: true , codeQuality: true , symfonyCodeQuality: true )
19+ ->withAttributesSets (symfony: true )
2220 ->withSets ([
23- LevelSetList::UP_TO_PHP_82 ,
21+ LevelSetList::UP_TO_PHP_81 ,
2422 SymfonySetList::SYMFONY_64 ,
25- SymfonySetList::SYMFONY_71 ,
2623 SymfonySetList::SYMFONY_CODE_QUALITY ,
2724 SymfonySetList::SYMFONY_CONSTRUCTOR_INJECTION ,
28- SymfonySetList::ANNOTATIONS_TO_ATTRIBUTES ,
2925 ])
3026;
You can’t perform that action at this time.
0 commit comments