Skip to content

Commit fb042fc

Browse files
committed
[Rector] Clean up skip UnwrapFutureCompatibleIfPhpVersionRector
1 parent 3bcc652 commit fb042fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rector.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
use Rector\CodingStyle\Rector\FuncCall\CountArrayToEmptyArrayComparisonRector;
3030
use Rector\Config\RectorConfig;
3131
use Rector\DeadCode\Rector\ClassMethod\RemoveUnusedPrivateMethodRector;
32-
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;
3332
use Rector\DeadCode\Rector\MethodCall\RemoveEmptyMethodCallRector;
3433
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
3534
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;
@@ -93,11 +92,6 @@
9392
__DIR__ . '/tests',
9493
],
9594

96-
// check on constant compare
97-
UnwrapFutureCompatibleIfPhpVersionRector::class => [
98-
__DIR__ . '/system/CodeIgniter.php',
99-
],
100-
10195
// session handlers have the gc() method with underscored parameter `$max_lifetime`
10296
UnderscoreToCamelCaseVariableNameRector::class => [
10397
__DIR__ . '/system/Session/Handlers',

0 commit comments

Comments
 (0)