Skip to content

Commit ab10446

Browse files
committed
clean up skip RemoveAlwaysTrueIfConditionRector on trait
1 parent 203d048 commit ab10446

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

rector.php

Lines changed: 0 additions & 7 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_\RemoveAlwaysTrueIfConditionRector;
3332
use Rector\DeadCode\Rector\If_\UnwrapFutureCompatibleIfPhpVersionRector;
3433
use Rector\DeadCode\Rector\MethodCall\RemoveEmptyMethodCallRector;
3534
use Rector\EarlyReturn\Rector\Foreach_\ChangeNestedForeachIfsToEarlyContinueRector;
@@ -130,12 +129,6 @@
130129
GetMockBuilderGetMockToCreateMockRector::class => [
131130
__DIR__ . '/tests/system/Email/EmailTest.php',
132131
],
133-
134-
// buggy on read based on @var on property on Trait
135-
RemoveAlwaysTrueIfConditionRector::class => [
136-
'**Trait.php',
137-
__DIR__ . '/system/Test/ControllerTester.php',
138-
],
139132
]);
140133

141134
// auto import fully qualified class names

0 commit comments

Comments
 (0)