Skip to content

Commit 142c9d5

Browse files
committed
chore: revert rector.php changes unrelated to this PR
1 parent d4f8dcf commit 142c9d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313

1414
use Rector\Caching\ValueObject\Storage\FileCacheStorage;
15+
use Rector\CodeQuality\Rector\BooleanNot\NegatedAndsToPositiveOrsRector;
1516
use Rector\CodeQuality\Rector\Empty_\SimplifyEmptyCheckOnEmptyArrayRector;
1617
use Rector\CodeQuality\Rector\FuncCall\CompactToVariablesRector;
1718
use Rector\CodeQuality\Rector\FunctionLike\SimplifyUselessVariableRector;
@@ -175,6 +176,7 @@
175176
],
176177

177178
// to be applied in separate PRs to ease review
179+
NegatedAndsToPositiveOrsRector::class,
178180
])
179181
// auto import fully qualified class names
180182
->withImportNames()

0 commit comments

Comments
 (0)