We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47dfb6 commit c638e0fCopy full SHA for c638e0f
1 file changed
rector.php
@@ -32,7 +32,6 @@
32
use Rector\DeadCode\Rector\If_\RemoveAlwaysTrueIfConditionRector;
33
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;
34
use Rector\DeadCode\Rector\MethodCall\RemoveEmptyMethodCallRector;
35
-use Rector\DeadCode\Rector\Plus\RemoveDeadZeroAndOneOperationRector;
36
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
37
use Rector\EarlyReturn\Rector\If_\ChangeIfElseValueAssignToEarlyReturnRector;
38
use Rector\EarlyReturn\Rector\If_\RemoveAlwaysElseRector;
@@ -134,9 +133,6 @@
134
133
135
// buggy on read based on @var on property
136
RemoveAlwaysTrueIfConditionRector::class,
137
-
138
- // buggy on string * int
139
- RemoveDeadZeroAndOneOperationRector::class,
140
]);
141
142
// auto import fully qualified class names
0 commit comments