File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 24
24
"phpstan/phpstan" : " ^1.7.1" ,
25
25
"phpunit/phpunit" : " ^9.1" ,
26
26
"predis/predis" : " ^1.1 || ^2.0" ,
27
- "rector/rector" : " 0.13.10 "
27
+ "rector/rector" : " 0.14.0 "
28
28
},
29
29
"suggest" : {
30
30
"ext-imagick" : " If you use Image class ImageMagickHandler" ,
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_ \RemoveAlwaysTrueIfConditionRector ;
33
32
use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
34
33
use Rector \DeadCode \Rector \MethodCall \RemoveEmptyMethodCallRector ;
35
34
use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
131
130
GetMockBuilderGetMockToCreateMockRector::class => [
132
131
__DIR__ . '/tests/system/Email/EmailTest.php ' ,
133
132
],
134
-
135
- // buggy on read based on @var on property on Trait
136
- RemoveAlwaysTrueIfConditionRector::class => [
137
- '**Trait.php ' ,
138
- __DIR__ . '/system/Test/ControllerTester.php ' ,
139
- ],
140
133
]);
141
134
142
135
// auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments