File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2828 "phpunit/phpcov" : " ^9.0.2 || ^10.0" ,
2929 "phpunit/phpunit" : " ^10.5.16 || ^11.2" ,
3030 "predis/predis" : " ^3.0" ,
31- "rector/rector" : " 2.2.11 " ,
31+ "rector/rector" : " 2.2.14 " ,
3232 "shipmonk/phpstan-baseline-per-identifier" : " ^2.0"
3333 },
3434 "replace" : {
Original file line number Diff line number Diff line change 3030use Rector \EarlyReturn \Rector \If_ \ChangeIfElseValueAssignToEarlyReturnRector ;
3131use Rector \EarlyReturn \Rector \If_ \RemoveAlwaysElseRector ;
3232use Rector \EarlyReturn \Rector \Return_ \PreparedValueToEarlyReturnRector ;
33- use Rector \Php55 \Rector \String_ \StringClassNameToClassConstantRector ;
3433use Rector \Php70 \Rector \FuncCall \RandomFunctionRector ;
3534use Rector \Php80 \Rector \Class_ \ClassPropertyAssignToConstructorPromotionRector ;
3635use Rector \Php81 \Rector \FuncCall \NullToStrictStringFuncCallArgRector ;
216215 ClosureReturnTypeRector::class,
217216 AddArrowFunctionReturnTypeRector::class,
218217 ])
219- ->withConfiguredRule (StringClassNameToClassConstantRector::class, [
220- // keep '\\' prefix string on string '\Foo\Bar'
221- StringClassNameToClassConstantRector::SHOULD_KEEP_PRE_SLASH => true ,
222- ])
223218 ->withCodeQualityLevel (61 );
You can’t perform that action at this time.
0 commit comments