File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "phpunit/phpcov" : " ^8.2" ,
2626 "phpunit/phpunit" : " ^9.1" ,
2727 "predis/predis" : " ^1.1 || ^2.0" ,
28- "rector/rector" : " 0.15.18 " ,
28+ "rector/rector" : " 0.15.19 " ,
2929 "vimeo/psalm" : " ^5.0"
3030 },
3131 "suggest" : {
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 ;
7978 __DIR__ . '/system/Debug/Toolbar/Views/toolbar.tpl.php ' ,
8079 __DIR__ . '/system/ThirdParty ' ,
8180 __DIR__ . '/tests/system/Config/fixtures ' ,
81+ __DIR__ . '/tests/system/Filters/fixtures ' ,
8282 __DIR__ . '/tests/_support ' ,
8383 JsonThrowOnErrorRector::class,
8484 StringifyStrNeedlesRector::class,
115115 GetMockBuilderGetMockToCreateMockRector::class => [
116116 __DIR__ . '/tests/system/Email/EmailTest.php ' ,
117117 ],
118-
119- // temporary skip as remove on variable check from @param doc
120- // @see https://github.com/rectorphp/rector-src/pull/3402
121- RemoveAlwaysTrueIfConditionRector::class,
122118 ]);
123119
124120 // auto import fully qualified class names
You can’t perform that action at this time.
0 commit comments