mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +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__ . '/tests',
|
||||||
__DIR__ . '/web',
|
__DIR__ . '/web',
|
||||||
])
|
])
|
||||||
|
->withRootFiles()
|
||||||
->withImportNames(importShortClasses: false)
|
->withImportNames(importShortClasses: false)
|
||||||
->withAttributesSets(doctrine: true)
|
->withAttributesSets(doctrine: true)
|
||||||
->withConfiguredRule(ClassPropertyAssignToConstructorPromotionRector::class, [
|
->withConfiguredRule(ClassPropertyAssignToConstructorPromotionRector::class, [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue