File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232use Rector \DeadCode \Rector \If_ \RemoveAlwaysTrueIfConditionRector ;
3333use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
3434use Rector \DeadCode \Rector \MethodCall \RemoveEmptyMethodCallRector ;
35+ use Rector \DeadCode \Rector \Plus \RemoveDeadZeroAndOneOperationRector ;
3536use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
3637use Rector \EarlyReturn \Rector \If_ \ChangeIfElseValueAssignToEarlyReturnRector ;
3738use Rector \EarlyReturn \Rector \If_ \RemoveAlwaysElseRector ;
131132 __DIR__ . '/tests/system/Email/EmailTest.php ' ,
132133 ],
133134
135+ // buggy on read based on @var on property
134136 RemoveAlwaysTrueIfConditionRector::class,
137+
138+ // buggy on string * int
139+ RemoveDeadZeroAndOneOperationRector::class,
135140 ]);
136141
137142 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments