mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Modernize to app min PHP version
This commit is contained in:
parent
9e2720cddc
commit
42a63be61a
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ return RectorConfig::configure()
|
||||||
__DIR__ . '/src/Entity/*',
|
__DIR__ . '/src/Entity/*',
|
||||||
],
|
],
|
||||||
])
|
])
|
||||||
->withPhpSets(php81: true)
|
->withPhpSets()
|
||||||
->withTypeCoverageLevel(0);
|
->withTypeCoverageLevel(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue