Skip to content

Commit

Permalink
restore type coverage (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored Dec 12, 2024
1 parent 160ae3f commit 8d46b4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"tomasvotruba/class-leak": "^1.2",
"symplify/easy-ci": "^12.1",
"symplify/phpstan-rules": "^14.0",
"shipmonk/composer-dependency-analyser": "^1.7"
"shipmonk/composer-dependency-analyser": "^1.7",
"tomasvotruba/type-coverage": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ includes:
- config/extension.neon

parameters:
# type_coverage:
# return_type: 99
# param_type: 99
# property_type: 99
type_coverage:
return_type: 99
param_type: 99
property_type: 99

level: 8

Expand Down

0 comments on commit 8d46b4d

Please sign in to comment.