Skip to content

Commit

Permalink
DevKit updates (#8093)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Aug 28, 2023
1 parent a0d6593 commit 42fe3c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rector.php
Expand Up @@ -20,7 +20,6 @@
use Rector\Config\RectorConfig;
use Rector\Php70\Rector\FunctionLike\ExceptionHandlerTypehintRector;
use Rector\Php71\Rector\FuncCall\CountOnNullRector;
use Rector\Php80\Rector\FunctionLike\UnionTypesRector;
use Rector\Set\ValueObject\LevelSetList;

return static function (RectorConfig $rectorConfig): void {
Expand All @@ -38,8 +37,5 @@
$rectorConfig->skip([
CountOnNullRector::class,
ExceptionHandlerTypehintRector::class,
UnionTypesRector::class => [
__DIR__.'/src/Controller/CRUDController.php',
],
]);
};

0 comments on commit 42fe3c0

Please sign in to comment.