forked from wallabag/wallabag
Modernize to PHP 5.5
This commit is contained in:
@ -14,4 +14,5 @@ return RectorConfig::configure()
|
||||
])
|
||||
->withImportNames(importShortClasses: false)
|
||||
->withAttributesSets(doctrine: true)
|
||||
->withPhpSets(php55: true)
|
||||
->withTypeCoverageLevel(0);
|
||||
|
||||
Reference in New Issue
Block a user