Skip to content

Commit 8cd9b74

Browse files
committed
update rector
1 parent f0dd3c6 commit 8cd9b74

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rector.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Rector\CodingStyle\Rector\ArrowFunction\StaticArrowFunctionRector;
77
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
88
use Rector\Config\RectorConfig;
9-
use Rector\DeadCode\Rector\If_\RemoveAlwaysTrueIfConditionRector;
109
use Rector\Set\ValueObject\LevelSetList;
1110
use Rector\Set\ValueObject\SetList;
1211

@@ -31,8 +30,5 @@
3130
StaticClosureRector::class => [
3231
__DIR__ . '/spec',
3332
],
34-
RemoveAlwaysTrueIfConditionRector::class => [
35-
__DIR__ . '/src/HttpsTrait.php',
36-
]
3733
]);
3834
};

0 commit comments

Comments
 (0)