mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Modernize to PHP 7.0
This commit is contained in:
parent
745fef44f4
commit
241cddc899
6 changed files with 7 additions and 11 deletions
|
@ -14,5 +14,5 @@ return RectorConfig::configure()
|
|||
])
|
||||
->withImportNames(importShortClasses: false)
|
||||
->withAttributesSets(doctrine: true)
|
||||
->withPhpSets(php55: true)
|
||||
->withPhpSets(php70: true)
|
||||
->withTypeCoverageLevel(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue