File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 14
14
- ' utils/**.php'
15
15
- ' .github/workflows/test-rector.yml'
16
16
- composer.json
17
+ - rector.php
17
18
18
19
push :
19
20
branches :
26
27
- ' utils/**.php'
27
28
- ' .github/workflows/test-rector.yml'
28
29
- composer.json
30
+ - rector.php
29
31
30
32
jobs :
31
33
build :
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_ \UnwrapFutureCompatibleIfPhpVersionRector ;
33
32
use Rector \DeadCode \Rector \MethodCall \RemoveEmptyMethodCallRector ;
34
33
use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
35
34
use Rector \EarlyReturn \Rector \If_ \ChangeIfElseValueAssignToEarlyReturnRector ;
93
92
__DIR__ . '/tests ' ,
94
93
],
95
94
96
- // check on constant compare
97
- UnwrapFutureCompatibleIfPhpVersionRector::class => [
98
- __DIR__ . '/system/CodeIgniter.php ' ,
99
- ],
100
-
101
95
// session handlers have the gc() method with underscored parameter `$max_lifetime`
102
96
UnderscoreToCamelCaseVariableNameRector::class => [
103
97
__DIR__ . '/system/Session/Handlers ' ,
You can’t perform that action at this time.
0 commit comments