File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - ' utils/**.php'
1515 - ' .github/workflows/test-rector.yml'
1616 - composer.json
17+ - rector.php
1718
1819 push :
1920 branches :
2627 - ' utils/**.php'
2728 - ' .github/workflows/test-rector.yml'
2829 - composer.json
30+ - rector.php
2931
3032jobs :
3133 build :
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