Skip to content

Commit

Permalink
Clean up skip rector.php config (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jul 19, 2022
1 parent ddb08dc commit d030813
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Rector\Nette\Set\NetteSetList;
use Rector\Php55\Rector\String_\StringClassNameToClassConstantRector;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Privatization\Rector\Class_\FinalizeClassesWithoutChildrenRector;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;

Expand Down Expand Up @@ -59,10 +58,6 @@
$rectorConfig->skip([
StringClassNameToClassConstantRector::class,

FinalizeClassesWithoutChildrenRector::class => [
__DIR__ . '/rules/DowngradePhp74/Rector/Array_/DowngradeArraySpreadRector.php',
],

// tests
'**/Fixture*',
'**/Fixture/*',
Expand Down

0 comments on commit d030813

Please sign in to comment.