Skip to content

Commit 8819a42

Browse files
committed
cs
1 parent 75f9202 commit 8819a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A PHPStan extension, to check and require minimal type coverage of PHP code.
66

77
<br>
88

9-
The type coverage rate = total count of defined type declarations / total count of possible type declarations.
9+
The type coverage rate = total count of **defined** type declarations / total count of **possible** type declarations.
1010

1111
E.g. we have 10 methods, but only 7 have defined return type = 70 % return type coverage.
1212

0 commit comments

Comments
 (0)