paths([ __DIR__ . '/src', __DIR__ . '/tests', ]); $rectorConfig->skip([ __DIR__ . '/src/Vendor', __DIR__ . '/src/Cache', UnionTypesRector::class, MixedTypeRector::class, EncapsedStringsToSprintfRector::class, ConsistentPregDelimiterRector::class, RemoveAnnotationRector::class, ]); $rectorConfig->sets([ SetList::PHP_80, SetList::CODE_QUALITY, SetList::CODING_STYLE, SetList::NAMING, SetList::DEAD_CODE, ]); };