File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020use Rector \Php80 \Rector \FuncCall \ClassOnObjectRector ;
2121use Rector \Php80 \Rector \Identical \StrEndsWithRector ;
2222use Rector \Php80 \Rector \Identical \StrStartsWithRector ;
23- use Rector \Php80 \Rector \NotIdentical \MbStrContainsRector ;
2423use Rector \Php80 \Rector \NotIdentical \StrContainsRector ;
2524use Rector \Php80 \Rector \Switch_ \ChangeSwitchToMatchRector ;
2625use Rector \Php80 \Rector \Ternary \GetDebugTypeRector ;
4645 ClassOnThisVariableObjectRector::class,
4746 ConsistentImplodeRector::class,
4847 OptionalParametersAfterRequiredRector::class,
49- MbStrContainsRector::class,
5048 ]);
5149
5250 $ rectorConfig
Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ parameters:
218218
219219 - ' #Register "Rector\\Php81\\Rector\\ClassMethod\\NewInInitializerRector" service to "php81\.php" config set #'
220220
221+ - ' #Register "Rector\\Php80\\Rector\\NotIdentical\\MbStrContainsRector" service to "php80\.php" config set #'
222+
221223 # closure detailed
222224 - '#Method Rector\\Config\\RectorConfig\:\:singleton\ (\ ) has parameter \$concrete with no signature specified for Closure #'
223225
You can’t perform that action at this time.
0 commit comments