Skip to content

Commit

Permalink
Fix rector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Dec 6, 2023
1 parent 099d260 commit e459f1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
use Rector\Config\RectorConfig;
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
use Rector\Php73\Rector\String_\SensitiveHereNowDocRector;
use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
use Rector\Set\ValueObject\LevelSetList;
Expand All @@ -26,8 +25,5 @@
$rectorConfig->skip([
ClosureToArrowFunctionRector::class,
SensitiveHereNowDocRector::class,
CountOnNullRector::class => [
'src/Command.php',
],
]);
};

0 comments on commit e459f1e

Please sign in to comment.