Skip to content

Commit

Permalink
Add skip rule to Rector
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Dec 5, 2023
1 parent 6dd4a77 commit a450a2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Rector\DeadCode\Rector\Property\RemoveUselessVarTagRector;
use Rector\Php70\Rector\StmtsAwareInterface\IfIssetToCoalescingRector;
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
use Rector\Php71\Rector\FuncCall\RemoveExtraParametersRector;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;

Expand Down Expand Up @@ -47,6 +48,9 @@
__DIR__ . '/src/Prototype/src/NodeVisitors/RemoveTrait.php',
__DIR__ . '/src/Logger/src/ListenerRegistry.php',
],
RemoveExtraParametersRector::class => [
__DIR__ . '/src/Boot/src/BootloadManager/AbstractBootloadManager.php',
],
]);

$config->import(LevelSetList::UP_TO_PHP_72);
Expand Down

0 comments on commit a450a2f

Please sign in to comment.