forked from wallabag/wallabag
Modernize to app min PHP version
This commit is contained in:
@ -23,5 +23,5 @@ return RectorConfig::configure()
|
||||
__DIR__ . '/src/Entity/*',
|
||||
],
|
||||
])
|
||||
->withPhpSets(php81: true)
|
||||
->withPhpSets()
|
||||
->withTypeCoverageLevel(0);
|
||||
|
||||
Reference in New Issue
Block a user