Skip to content

Commit ccacbd4

Browse files
authored
Removed comments from rector.php (#4227)
1 parent a83cf62 commit ccacbd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@
1919
])
2020
->withSkipPath(__DIR__ . '/vendor')
2121
->withSkip([
22+
CodeQuality\BooleanNot\SimplifyDeMorganBinaryRector::class,
23+
CodeQuality\If_\SimplifyIfReturnBoolRector::class,
2224
__DIR__ . '/shell/translations.php',
2325
__DIR__ . '/shell/update-copyright.php.php'
2426
])
2527
->withRules([
26-
// CodeQuality\BooleanNot\SimplifyDeMorganBinaryRector::class, # wait for https://github.com/rectorphp/rector/issues/8781
2728
CodeQuality\BooleanNot\ReplaceMultipleBooleanNotRector::class,
2829
CodeQuality\Foreach_\UnusedForeachValueToArrayKeysRector::class,
2930
CodeQuality\FuncCall\ChangeArrayPushToArrayAssignRector::class,
3031
CodeQuality\FuncCall\CompactToVariablesRector::class,
3132
CodeQuality\Identical\SimplifyArraySearchRector::class,
3233
CodeQuality\Identical\SimplifyConditionsRector::class,
3334
CodeQuality\Identical\StrlenZeroToIdenticalEmptyStringRector::class,
34-
// CodeQuality\If_\SimplifyIfReturnBoolRector::class,
3535
CodeQuality\NotEqual\CommonNotEqualRector::class,
3636
CodeQuality\LogicalAnd\LogicalToBooleanRector::class,
3737
CodeQuality\Ternary\SimplifyTautologyTernaryRector::class,

0 commit comments

Comments
 (0)