withPaths([ __DIR__.'/src/', __DIR__.'/tests/', __DIR__.'/bin/', ]) ->withRootFiles() ->withSets([ SetList::PHP_82, PHPUnitSetList::PHPUNIT_100, PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES, PHPUnitSetList::PHPUNIT_CODE_QUALITY, ]) ->withSkip([ AddSeeTestAnnotationRector::class, StringClassNameToClassConstantRector::class, ]);