Skip to content

Commit 081e073

Browse files
ArshidArshid
authored andcommitted
DowngradeMbStrContainsRector
1 parent 6656092 commit 081e073

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/set/downgrade-php80.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Rector\DowngradePhp80\Rector\Expression\DowngradeMatchToSwitchRector;
2020
use Rector\DowngradePhp80\Rector\Expression\DowngradeThrowExprRector;
2121
use Rector\DowngradePhp80\Rector\FuncCall\DowngradeArrayFilterNullableCallbackRector;
22-
use Rector\DowngradePhp80\Rector\FuncCall\DowngradeMbStrContainsRector;
2322
use Rector\DowngradePhp80\Rector\FuncCall\DowngradeNumberFormatNoFourthArgRector;
2423
use Rector\DowngradePhp80\Rector\FuncCall\DowngradeStrContainsRector;
2524
use Rector\DowngradePhp80\Rector\FuncCall\DowngradeStrEndsWithRector;
@@ -71,7 +70,6 @@
7170
DowngradePropertyPromotionRector::class,
7271
DowngradeNonCapturingCatchesRector::class,
7372
DowngradeStrContainsRector::class,
74-
DowngradeMbStrContainsRector::class,
7573
DowngradeMatchToSwitchRector::class,
7674
DowngradeClassOnObjectToGetClassRector::class,
7775
DowngradeArbitraryExpressionsSupportRector::class,

0 commit comments

Comments
 (0)