We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966225a commit 0b1244cCopy full SHA for 0b1244c
.rector.php
@@ -15,6 +15,8 @@
15
->withSkip([
16
CodeQuality\BooleanNot\SimplifyDeMorganBinaryRector::class,
17
CodeQuality\If_\SimplifyIfReturnBoolRector::class,
18
+ __DIR__ . '/shell/translations.php',
19
+ __DIR__ . '/shell/update-copyright.php.php',
20
])
21
->withRules([
22
CodeQuality\BooleanNot\ReplaceMultipleBooleanNotRector::class,
0 commit comments