File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 23
23
"phpstan/phpstan" : " ^0.12.91" ,
24
24
"phpunit/phpunit" : " ^9.1" ,
25
25
"predis/predis" : " ^1.1" ,
26
- "rector/rector" : " 0.11.49 " ,
26
+ "rector/rector" : " 0.11.52 " ,
27
27
"symplify/package-builder" : " ^9.3"
28
28
},
29
29
"suggest" : {
Original file line number Diff line number Diff line change 30
30
use Rector \DeadCode \Rector \Cast \RecastingRemovalRector ;
31
31
use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPrivateMethodRector ;
32
32
use Rector \DeadCode \Rector \ClassMethod \RemoveUnusedPromotedPropertyRector ;
33
- use Rector \DeadCode \Rector \If_ \RemoveUnusedNonEmptyArrayBeforeForeachRector ;
34
33
use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
35
34
use Rector \DeadCode \Rector \MethodCall \RemoveEmptyMethodCallRector ;
36
35
use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
100
99
UnderscoreToCamelCaseVariableNameRector::class => [
101
100
__DIR__ . '/system/Session/Handlers ' ,
102
101
],
103
-
104
- // check on $_SESSION
105
- RemoveUnusedNonEmptyArrayBeforeForeachRector::class => [
106
- __DIR__ . '/system/Debug/Toolbar.php ' ,
107
- ],
108
102
]);
109
103
110
104
// auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments