File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "require" : {
3- "rector/rector" : " ^1 .0"
3+ "rector/rector" : " 2.3 .0"
44 }
55}
Original file line number Diff line number Diff line change 11<?php
22
33declare (strict_types=1 );
4-
5- use Rector \CodeQuality \Rector \FunctionLike \SimplifyUselessVariableRector ;
64use Rector \Config \RectorConfig ;
75use Rector \PHPUnit \Set \PHPUnitSetList ;
86
1816 $ root . '/tools/ecs/vendor ' ,
1917 $ root . '/tools/psalm/vendor ' ,
2018 $ root . '/tools/rector/vendor ' ,
21-
22- // This one does not really match with the project's code style
23- SimplifyUselessVariableRector::class,
2419 ])
25- ->withPhpSets ()
20+ ->withPhpSets (php82: true )
2621 ->withSets ([
27- PHPUnitSetList::PHPUNIT_100 ,
22+ PHPUnitSetList::PHPUNIT_110 ,
2823 ])
2924 ->withImportNames (importNames: false , removeUnusedImports: true );
You can’t perform that action at this time.
0 commit comments