paths(paths: [ __DIR__ . '/src' ]); // register a single rule $rectorConfig->rule(rectorClass: InlineConstructorDefaultToPropertyRector::class); // define sets of rules // $rectorConfig->sets([ // LevelSetList::UP_TO_PHP_80 // ]); };