File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
])
20
20
->withSkipPath (__DIR__ . '/vendor ' )
21
21
->withSkip ([
22
+ CodeQuality \BooleanNot \SimplifyDeMorganBinaryRector::class,
23
+ CodeQuality \If_ \SimplifyIfReturnBoolRector::class,
22
24
__DIR__ . '/shell/translations.php ' ,
23
25
__DIR__ . '/shell/update-copyright.php.php '
24
26
])
25
27
->withRules ([
26
- // CodeQuality\BooleanNot\SimplifyDeMorganBinaryRector::class, # wait for https://github.com/rectorphp/rector/issues/8781
27
28
CodeQuality \BooleanNot \ReplaceMultipleBooleanNotRector::class,
28
29
CodeQuality \Foreach_ \UnusedForeachValueToArrayKeysRector::class,
29
30
CodeQuality \FuncCall \ChangeArrayPushToArrayAssignRector::class,
30
31
CodeQuality \FuncCall \CompactToVariablesRector::class,
31
32
CodeQuality \Identical \SimplifyArraySearchRector::class,
32
33
CodeQuality \Identical \SimplifyConditionsRector::class,
33
34
CodeQuality \Identical \StrlenZeroToIdenticalEmptyStringRector::class,
34
- // CodeQuality\If_\SimplifyIfReturnBoolRector::class,
35
35
CodeQuality \NotEqual \CommonNotEqualRector::class,
36
36
CodeQuality \LogicalAnd \LogicalToBooleanRector::class,
37
37
CodeQuality \Ternary \SimplifyTautologyTernaryRector::class,
You can’t perform that action at this time.
0 commit comments