There was an error while loading. Please reload this page.
1 parent d4f8dcf commit 142c9d5Copy full SHA for 142c9d5
1 file changed
rector.php
@@ -12,6 +12,7 @@
12
*/
13
14
use Rector\Caching\ValueObject\Storage\FileCacheStorage;
15
+use Rector\CodeQuality\Rector\BooleanNot\NegatedAndsToPositiveOrsRector;
16
use Rector\CodeQuality\Rector\Empty_\SimplifyEmptyCheckOnEmptyArrayRector;
17
use Rector\CodeQuality\Rector\FuncCall\CompactToVariablesRector;
18
use Rector\CodeQuality\Rector\FunctionLike\SimplifyUselessVariableRector;
@@ -175,6 +176,7 @@
175
176
],
177
178
// to be applied in separate PRs to ease review
179
+ NegatedAndsToPositiveOrsRector::class,
180
])
181
// auto import fully qualified class names
182
->withImportNames()
0 commit comments