|
18 | 18 | use Rector\CodeQuality\Rector\If_\ExplicitBoolCompareRector; |
19 | 19 | use Rector\CodeQuality\Rector\LogicalAnd\LogicalToBooleanRector; |
20 | 20 | use Rector\CodingStyle\Rector\ArrowFunction\StaticArrowFunctionRector; |
21 | | -use Rector\CodingStyle\Rector\Class_\AddArrayDefaultToArrayPropertyRector; |
22 | | -use Rector\CodingStyle\Rector\ClassMethod\UnSpreadOperatorRector; |
23 | 21 | use Rector\CodingStyle\Rector\Closure\StaticClosureRector; |
24 | 22 | use Rector\CodingStyle\Rector\Encapsed\EncapsedStringsToSprintfRector; |
25 | 23 | use Rector\CodingStyle\Rector\Encapsed\WrapEncapsedVariableInCurlyBracesRector; |
|
79 | 77 |
|
80 | 78 | $rectorConfig->skip([ |
81 | 79 | // rules |
82 | | - // AddArrayDefaultToArrayPropertyRector::class, |
83 | 80 | // CallableThisArrayToAnonymousFunctionRector::class, |
84 | 81 | // ChangeAndIfToEarlyReturnRector::class, |
85 | 82 | // ExplicitBoolCompareRector::class, |
|
88 | 85 | // ReturnBinaryOrToEarlyReturnRector::class, |
89 | 86 | // SimplifyBoolIdenticalTrueRector::class, |
90 | 87 | // StaticClosureRector::class, |
91 | | - // UnSpreadOperatorRector::class, |
92 | 88 |
|
93 | 89 | EncapsedStringsToSprintfRector::class, |
94 | 90 | // InlineIfToExplicitIfRector::class, |
|
118 | 114 | // ReturnEarlyIfVariableRector::class => [ |
119 | 115 | // __DIR__.'/src/Support/EscapeArg.php', |
120 | 116 | // ], |
121 | | - // UnSpreadOperatorRector::class => [ |
122 | | - // __DIR__.'/src/Concerns/WithDumpable.php', |
123 | | - // ], |
124 | 117 |
|
125 | 118 | // paths |
126 | 119 | __DIR__.'/tests/AspectMock', |
|
0 commit comments