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 499554b commit f0dd3c6Copy full SHA for f0dd3c6
rector.php
@@ -6,6 +6,7 @@
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
@@ -30,5 +31,8 @@
30
31
StaticClosureRector::class => [
32
__DIR__ . '/spec',
33
],
34
+ RemoveAlwaysTrueIfConditionRector::class => [
35
+ __DIR__ . '/src/HttpsTrait.php',
36
+ ]
37
]);
38
};
0 commit comments