Skip to content

Commit aad70d7

Browse files
authored
Replace rector/type-perfect with tomasvotruba/type-coverage (#384)
1 parent e77a75a commit aad70d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"rector/jack": "^0.5.1",
1616
"rector/rector-src": "dev-main",
1717
"rector/swiss-knife": "^2.3",
18-
"rector/type-perfect": "^2.1",
1918
"symplify/easy-coding-standard": "^13.0",
2019
"symplify/phpstan-extensions": "^12.0",
2120
"symplify/phpstan-rules": "^14.9",
2221
"symplify/rule-doc-generator": "^12.2",
2322
"symplify/vendor-patches": "^11.5",
2423
"tomasvotruba/class-leak": "^2.1",
24+
"tomasvotruba/type-coverage": "^2.3",
2525
"tomasvotruba/unused-public": "^2.2",
2626
"tracy/tracy": "^2.11"
2727
},

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ parameters:
3030
- '*/Fixture/*'
3131
- '*/Source/*'
3232

33-
# see https://github.com/rectorphp/type-perfect/
33+
# see https://github.com/TomasVotruba/type-coverage
3434
type_perfect:
3535
no_mixed: true
3636
null_over_false: true

0 commit comments

Comments
 (0)