Description
Bug Report
Subject | Details |
---|---|
Rector version | v2.0.10 |
PHP Fatal error: Uncaught Error: Object of class Rector\ValueObject\Configuration\LevelOverflow could not be converted to string in /var/www/project/vendor/rector/rector/src/Configuration/Parameter/SimpleParameterProvider.php:65
Minimal PHP Code Causing Issue
either of:
->withTypeCoverageLevel(999)
->withDeadCodeLevel(999)
Expected Behaviour
same as:
->withCodeQualityLevel(999)
Activity