paths([ __DIR__ . '/src', __DIR__ . '/Tests', ]); $rectorConfig->importNames(true); $rectorConfig->importShortClasses(false); $rectorConfig->rule(PublicConstantVisibilityRector::class); };