File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
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 ;
2322use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeNumberFormatNoFourthArgRector ;
2423use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeStrContainsRector ;
2524use Rector \DowngradePhp80 \Rector \FuncCall \DowngradeStrEndsWithRector ;
7170 DowngradePropertyPromotionRector::class,
7271 DowngradeNonCapturingCatchesRector::class,
7372 DowngradeStrContainsRector::class,
74- DowngradeMbStrContainsRector::class,
7573 DowngradeMatchToSwitchRector::class,
7674 DowngradeClassOnObjectToGetClassRector::class,
7775 DowngradeArbitraryExpressionsSupportRector::class,
You can’t perform that action at this time.
0 commit comments