chore: improves static checking

This commit is contained in:
Nuno Maduro
2023-03-18 23:48:01 +00:00
parent d4c66d73a0
commit aafdf6f39c
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,6 @@ declare(strict_types=1);
use Rector\CodeQuality\Rector\Class_\InlineConstructorDefaultToPropertyRector;
use Rector\Config\RectorConfig;
use Rector\Php71\Rector\FuncCall\RemoveExtraParametersRector;
use Rector\Set\ValueObject\LevelSetList;
use Rector\Set\ValueObject\SetList;
@ -18,7 +17,7 @@ return static function (RectorConfig $rectorConfig): void {
]);
$rectorConfig->skip([
RemoveExtraParametersRector::class,
__DIR__.'/src/Plugins/Parallel/Paratest/WrapperRunner.php',
]);
$rectorConfig->sets([