1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Add root files to Rector configuration

This commit is contained in:
Yassine Guedidi 2025-04-05 14:51:50 +02:00
parent 42a63be61a
commit 6a3780ce81

View file

@ -13,6 +13,7 @@ return RectorConfig::configure()
__DIR__ . '/tests',
__DIR__ . '/web',
])
->withRootFiles()
->withImportNames(importShortClasses: false)
->withAttributesSets(doctrine: true)
->withConfiguredRule(ClassPropertyAssignToConstructorPromotionRector::class, [