forked from wallabag/wallabag
Add Doctrine attributes set
This commit is contained in:
@ -13,4 +13,5 @@ return RectorConfig::configure()
|
|||||||
__DIR__ . '/web',
|
__DIR__ . '/web',
|
||||||
])
|
])
|
||||||
->withImportNames(importShortClasses: false)
|
->withImportNames(importShortClasses: false)
|
||||||
|
->withAttributesSets(doctrine: true)
|
||||||
->withTypeCoverageLevel(0);
|
->withTypeCoverageLevel(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user