Add Doctrine attributes set

This commit is contained in:
Yassine Guedidi
2025-04-05 13:09:47 +02:00
parent 84eb99c59b
commit 99a49bfc96

View File

@ -13,4 +13,5 @@ return RectorConfig::configure()
__DIR__ . '/web',
])
->withImportNames(importShortClasses: false)
->withAttributesSets(doctrine: true)
->withTypeCoverageLevel(0);