File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 29
29
use Rector \CodingStyle \Rector \FuncCall \CountArrayToEmptyArrayComparisonRector ;
30
30
use Rector \Config \RectorConfig ;
31
31
use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPrivateMethodRector ;
32
- use Rector \DeadCode \Rector \If_ \RemoveAlwaysTrueIfConditionRector ;
33
32
use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
34
33
use Rector \DeadCode \Rector \MethodCall \RemoveEmptyMethodCallRector ;
35
34
use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
130
129
GetMockBuilderGetMockToCreateMockRector::class => [
131
130
__DIR__ . '/tests/system/Email/EmailTest.php ' ,
132
131
],
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
- ],
139
132
]);
140
133
141
134
// auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments