File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929use Rector \CodingStyle \Rector \FuncCall \CountArrayToEmptyArrayComparisonRector ;
3030use Rector \Config \RectorConfig ;
3131use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPrivateMethodRector ;
32- use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
3332use Rector \DeadCode \Rector \MethodCall \RemoveEmptyMethodCallRector ;
3433use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
3534use Rector \EarlyReturn \Rector \If_ \ChangeIfElseValueAssignToEarlyReturnRector ;
9392 __DIR__ . '/tests ' ,
9493 ],
9594
96- // check on constant compare
97- UnwrapFutureCompatibleIfPhpVersionRector::class => [
98- __DIR__ . '/system/CodeIgniter.php ' ,
99- ],
100-
10195 // session handlers have the gc() method with underscored parameter `$max_lifetime`
10296 UnderscoreToCamelCaseVariableNameRector::class => [
10397 __DIR__ . '/system/Session/Handlers ' ,
You can’t perform that action at this time.
0 commit comments