File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "phpstan/phpstan" : " ^1.7.1" ,
2525 "phpunit/phpunit" : " ^9.1" ,
2626 "predis/predis" : " ^1.1 || ^2.0" ,
27- "rector/rector" : " 0.13.10 "
27+ "rector/rector" : " 0.14.0 "
2828 },
2929 "suggest" : {
3030 "ext-imagick" : " If you use Image class ImageMagickHandler" ,
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_ \RemoveAlwaysTrueIfConditionRector ;
3332use Rector \DeadCode \Rector \If_ \UnwrapFutureCompatibleIfPhpVersionRector ;
3433use Rector \DeadCode \Rector \MethodCall \RemoveEmptyMethodCallRector ;
3534use Rector \EarlyReturn \Rector \Foreach_ \ChangeNestedForeachIfsToEarlyContinueRector ;
130129 GetMockBuilderGetMockToCreateMockRector::class => [
131130 __DIR__ . '/tests/system/Email/EmailTest.php ' ,
132131 ],
133-
134- // buggy on read based on @var on property on Trait
135- RemoveAlwaysTrueIfConditionRector::class => [
136- '**Trait.php ' ,
137- __DIR__ . '/system/Test/ControllerTester.php ' ,
138- ],
139132 ]);
140133
141134 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments