File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1919use Rector \DowngradePhp80 \Rector \Expression \DowngradeMatchToSwitchRector ;
2020use Rector \DowngradePhp80 \Rector \Expression \DowngradeThrowExprRector ;
2121use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeArrayFilterNullableCallbackRector ;
22+ use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeMbStrContainsRector ;
2223use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeNumberFormatNoFourthArgRector ;
2324use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeStrContainsRector ;
2425use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeStrEndsWithRector ;
7071 DowngradePropertyPromotionRector::class,
7172 DowngradeNonCapturingCatchesRector::class,
7273 DowngradeStrContainsRector::class,
74+ DowngradeMbStrContainsRector::class,
7375 DowngradeMatchToSwitchRector::class,
7476 DowngradeClassOnObjectToGetClassRector::class,
7577 DowngradeArbitraryExpressionsSupportRector::class,
You can’t perform that action at this time.
0 commit comments