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

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);