release: 4.1.3

This commit is contained in:
Nuno Maduro
2025-10-29 22:45:27 +00:00
parent 08b09f2e98
commit 477d20a54f
46 changed files with 32 additions and 18 deletions

View File

@ -2,6 +2,7 @@
declare(strict_types=1);
use Rector\CodingStyle\Rector\FunctionLike\FunctionLikeToFirstClassCallableRector;
use Rector\Config\RectorConfig;
use Rector\TypeDeclaration\Rector\ClassMethod\ReturnNeverTypeRector;
@ -12,6 +13,7 @@ return RectorConfig::configure()
->withSkip([
__DIR__.'/src/Plugins/Parallel/Paratest/WrapperRunner.php',
ReturnNeverTypeRector::class,
FunctionLikeToFirstClassCallableRector::class,
])
->withPreparedSets(
deadCode: true,