diff --git a/composer.json b/composer.json index 32bdc647..b089ccc0 100644 --- a/composer.json +++ b/composer.json @@ -15,13 +15,13 @@ "rector/jack": "^0.5.1", "rector/rector-src": "dev-main", "rector/swiss-knife": "^2.3", - "rector/type-perfect": "^2.1", "symplify/easy-coding-standard": "^13.0", "symplify/phpstan-extensions": "^12.0", "symplify/phpstan-rules": "^14.9", "symplify/rule-doc-generator": "^12.2", "symplify/vendor-patches": "^11.5", "tomasvotruba/class-leak": "^2.1", + "tomasvotruba/type-coverage": "^2.3", "tomasvotruba/unused-public": "^2.2", "tracy/tracy": "^2.11" }, diff --git a/phpstan.neon b/phpstan.neon index 28f211c2..88649322 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -30,7 +30,7 @@ parameters: - '*/Fixture/*' - '*/Source/*' - # see https://github.com/rectorphp/type-perfect/ + # see https://github.com/TomasVotruba/type-coverage type_perfect: no_mixed: true null_over_false: true