paths([ __DIR__ . '/Blacklight', __DIR__ . '/app', __DIR__ . '/bootstrap', __DIR__ . '/cli', __DIR__ . '/config', __DIR__ . '/misc', __DIR__ . '/public', __DIR__ . '/resources', __DIR__ . '/routes', __DIR__ . '/tests', ]); // register a single rule //$rectorConfig->rule(InlineConstructorDefaultToPropertyRector::class); // define sets of rules $rectorConfig->sets([ LaravelSetList::LARAVEL_100, \Rector\Set\ValueObject\SetList::PHP_82 ]); };