withPhpVersion(PhpVersion::PHP_82) ->withPaths([ __DIR__ . '/src', __DIR__ . '/tests', ]) ->withSkip([ DisallowedEmptyRuleFixerRector::class, SimplifyIfElseToTernaryRector::class, MakeInheritedMethodVisibilitySameAsParentRector::class, RemoveNullTagValueNodeRector::class, RemoveUselessReturnTagRector::class, DocblockReturnArrayFromDirectArrayInstanceRector::class => [ __DIR__ . '/src/Mailer/Transport/QueueTransport.php', ], 'tests/TestCase/Queue/ProcessorTest.php', ]) ->withParallel() ->withPreparedSets( deadCode: true, codeQuality: true, codingStyle: true, typeDeclarationDocblocks: true, );