rector/rules-tests/CodeQuality/Rector
2022-05-27 00:01:06 +02:00
..
Array_ [Experimental] Add refactorWithScope() method to get typed Scope easily and required (#2227) 2022-05-04 17:14:19 +02:00
Assign [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
BooleanAnd/SimplifyEmptyArrayCheckRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
BooleanNot [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Catch_/ThrowWithPreviousExceptionRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Class_ Fix Scalar_Encapsed node as dynamic in ExprAnalyzer::isDynamicExpr() (#2309) 2022-05-14 09:36:09 +07:00
ClassMethod [CodeQuality] Skip re use variable in assign Expr on InlineArrayReturnAssignRector (#2325) 2022-05-18 08:29:33 +07:00
Concat/JoinStringConcatRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Do_/DoWhileBreakFalseToIfElseRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Equal/UseIdenticalOverEqualWithSameTypeRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Expression/InlineIfToExplicitIfRector [DX] Remove poorly designed NodeToReplacePostRector, return changed nodes directly in the current rule (#2229) 2022-05-05 00:16:25 +02:00
For_ [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Foreach_ [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
FuncCall [CodeQuality] Add InlineIsAInstanceOfRector (#2364) 2022-05-27 00:01:06 +02:00
FunctionLike [CodeQuality] Apply StmtsAwareInterface node on SimplifyUselessVariableRector (#2310) 2022-05-14 11:27:29 +02:00
Identical Improve BetterNodeFinder::findFirstPrevious() to work without statements (#2136) 2022-04-23 14:49:07 +02:00
If_ add few fixtures (#2279) 2022-05-10 16:25:25 +00:00
Include_/AbsolutizeRequireAndIncludePathRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Isset_/IssetOnPropertyObjectToPropertyExistsRector Remove requires from tests, as all tests run on PHP 8.1 (#2293) 2022-05-12 00:15:54 +02:00
LogicalAnd [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
New_/NewStaticToNewSelfRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
NotEqual/CommonNotEqualRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
PropertyFetch/ExplicitMethodCallOverMagicGetSetRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Switch_/SingularSwitchToIfRector [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00
Ternary [DX] Update to use Method Call from RectorConfig on rector configs ( rules-tests/ dir) (#2106) 2022-04-21 00:36:08 +07:00