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:
parent
42a63be61a
commit
6a3780ce81
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ return RectorConfig::configure()
|
|||
__DIR__ . '/tests',
|
||||
__DIR__ . '/web',
|
||||
])
|
||||
->withRootFiles()
|
||||
->withImportNames(importShortClasses: false)
|
||||
->withAttributesSets(doctrine: true)
|
||||
->withConfiguredRule(ClassPropertyAssignToConstructorPromotionRector::class, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue