We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dd3c6 commit 8cd9b74Copy full SHA for 8cd9b74
rector.php
@@ -6,7 +6,6 @@
6
use Rector\CodingStyle\Rector\ArrowFunction\StaticArrowFunctionRector;
7
use Rector\CodingStyle\Rector\Closure\StaticClosureRector;
8
use Rector\Config\RectorConfig;
9
-use Rector\DeadCode\Rector\If_\RemoveAlwaysTrueIfConditionRector;
10
use Rector\Set\ValueObject\LevelSetList;
11
use Rector\Set\ValueObject\SetList;
12
@@ -31,8 +30,5 @@
31
30
StaticClosureRector::class => [
32
__DIR__ . '/spec',
33
],
34
- RemoveAlwaysTrueIfConditionRector::class => [
35
- __DIR__ . '/src/HttpsTrait.php',
36
- ]
37
]);
38
};
0 commit comments