diff --git a/rector.php b/rector.php index 59d4ec7ef..a0a6bd794 100644 --- a/rector.php +++ b/rector.php @@ -13,6 +13,7 @@ return RectorConfig::configure() __DIR__ . '/tests', __DIR__ . '/web', ]) + ->withRootFiles() ->withImportNames(importShortClasses: false) ->withAttributesSets(doctrine: true) ->withConfiguredRule(ClassPropertyAssignToConstructorPromotionRector::class, [