mirror of
https://github.com/friendica/friendica
synced 2026-03-17 03:29:03 +01:00
chore: update rector to codebase for PHP 5.5
This commit is contained in:
parent
3152caf169
commit
260e4875bd
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ return \Rector\Config\RectorConfig::configure()
|
|||
])
|
||||
->withIndent("\t", 4)
|
||||
->withPhpVersion(70400)
|
||||
->withPhpLevel(9)
|
||||
->withPhpLevel(15)
|
||||
// ->withTypeCoverageLevel(0)
|
||||
// ->withDeadCodeLevel(0)
|
||||
// ->withCodeQualityLevel(0)
|
||||
|
|
@ -26,7 +26,7 @@ return \Rector\Config\RectorConfig::configure()
|
|||
\Rector\Php71\Rector\List_\ListToArrayDestructRector::class,
|
||||
])
|
||||
->withSets([
|
||||
\Rector\Set\ValueObject\LevelSetList::UP_TO_PHP_54,
|
||||
\Rector\Set\ValueObject\LevelSetList::UP_TO_PHP_55,
|
||||
\Rector\Set\ValueObject\DowngradeLevelSetList::DOWN_TO_PHP_74,
|
||||
])
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue