Skip to content

Commit be11454

Browse files
committed
Fix: Remove tomasvotruba/type-coverage
1 parent f3f1182 commit be11454

File tree

3 files changed

+3
-157
lines changed

3 files changed

+3
-157
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"phpstan/phpstan-phpunit": "^2.0.14",
3636
"phpstan/phpstan-strict-rules": "^2.0.8",
3737
"phpunit/phpunit": "^10.5.62",
38-
"rector/rector": "^2.3.6",
39-
"tomasvotruba/type-coverage": "^2.1.0"
38+
"rector/rector": "^2.3.6"
4039
},
4140
"autoload": {
4241
"psr-4": {

composer.lock

Lines changed: 2 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

phpstan.neon

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,3 @@ parameters:
1515
tmpDir: .build/phpstan/
1616

1717
treatPhpDocTypesAsCertain: false
18-
19-
# https://github.com/TomasVotruba/type-coverage
20-
type_coverage:
21-
declare: 100
22-
param: 100
23-
property: 100
24-
return: 100

0 commit comments

Comments
 (0)