|
46 | 46 | CodeQuality\Class_\CompleteDynamicPropertiesRector::class, # todo: TMP (!?!) |
47 | 47 | CodeQuality\Class_\InlineConstructorDefaultToPropertyRector::class, # todo: TMP |
48 | 48 | CodeQuality\ClassMethod\ExplicitReturnNullRector::class, # todo: TMP |
49 | | - CodeQuality\ClassMethod\InlineArrayReturnAssignRector::class, # todo: TMP |
50 | 49 | CodeQuality\Concat\JoinStringConcatRector::class, # todo: TMP |
51 | 50 | CodeQuality\Empty_\SimplifyEmptyCheckOnEmptyArrayRector::class, # todo: TMP |
52 | 51 | CodeQuality\Equal\UseIdenticalOverEqualWithSameTypeRector::class, # todo: TMP |
|
63 | 62 | CodeQuality\If_\ExplicitBoolCompareRector::class, # todo: TMP |
64 | 63 | CodeQuality\If_\SimplifyIfElseToTernaryRector::class, |
65 | 64 | CodeQuality\If_\SimplifyIfReturnBoolRector::class, |
66 | | - CodeQuality\If_\ShortenElseIfRector::class, # todo: TMP |
67 | 65 | CodeQuality\Include_\AbsolutizeRequireAndIncludePathRector::class, # todo: TMP |
68 | 66 | CodeQuality\Isset_\IssetOnPropertyObjectToPropertyExistsRector::class, # todo: TMP |
69 | | - CodeQuality\Switch_\SingularSwitchToIfRector::class, # todo: TMP |
70 | 67 | CodeQuality\Ternary\NumberCompareToMaxFuncCallRector::class, # todo: TMP |
71 | 68 | CodeQuality\Ternary\SwitchNegatedTernaryRector::class, # todo: TMP |
72 | 69 | CodeQuality\Ternary\TernaryEmptyArrayArrayDimFetchToCoalesceRector::class, # todo: TMP |
|
90 | 87 | DeadCode\ClassMethod\RemoveUnusedConstructorParamRector::class, # todo: TMP (!?!) |
91 | 88 | DeadCode\ClassMethod\RemoveEmptyClassMethodRector::class, # todo: TMP |
92 | 89 | DeadCode\ClassMethod\RemoveNullTagValueNodeRector::class, # todo: TMP |
93 | | - DeadCode\ClassMethod\RemoveUnusedPrivateMethodRector::class, # todo: TMP |
94 | 90 | DeadCode\ClassMethod\RemoveUnusedPrivateMethodParameterRector::class, # todo: TMP (!?!) |
95 | 91 | DeadCode\Concat\RemoveConcatAutocastRector::class, # todo: TMP (!?!) |
96 | | - DeadCode\For_\RemoveDeadIfForeachForRector::class, # todo: TMP |
97 | 92 | DeadCode\Foreach_\RemoveUnusedForeachKeyRector::class, # todo: TMP |
98 | 93 | DeadCode\FunctionLike\RemoveDeadReturnRector::class, # todo: TMP |
99 | 94 | DeadCode\If_\ReduceAlwaysFalseIfOrRector::class, # todo: TMP |
|
135 | 130 | Strict\Empty_\DisallowedEmptyRuleFixerRector::class, # todo: TMP |
136 | 131 | TypeDeclaration\BooleanAnd\BinaryOpNullableToInstanceofRector::class, # todo: TMP |
137 | 132 | TypeDeclaration\ClassMethod\ReturnNeverTypeRector::class, |
138 | | - TypeDeclaration\Empty_\EmptyOnNullableObjectToInstanceOfRector::class, # todo: TMP |
139 | | - TypeDeclaration\StmtsAwareInterface\DeclareStrictTypesRector::class, # SKIP |
140 | | - # use static methods |
| 133 | + # skip: cannot be applied to OpenMage codebase - yet |
| 134 | + TypeDeclaration\StmtsAwareInterface\DeclareStrictTypesRector::class, |
| 135 | + # skip: use static methods |
141 | 136 | PreferPHPUnitThisCallRector::class, |
142 | 137 | __DIR__ . '/shell/translations.php', |
143 | 138 | __DIR__ . '/shell/update-copyright.php', |
|
0 commit comments