We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3abf4 commit c218837Copy full SHA for c218837
README.md
@@ -100,6 +100,12 @@ parameters:
100
- %currentWorkingDirectory%/tests
101
```
102
103
+With such setup, members used only in tests will be reported with corresponding message, e.g:
104
+
105
+```
106
+Unused AddressValidator::isValidPostalCode (all usages excluded by tests excluder)
107
108
109
## Customization:
110
- If your application does some magic calls unknown to this library, you can implement your own usage provider.
111
- Just tag it with `shipmonk.deadCode.memberUsageProvider` and implement `ShipMonk\PHPStan\DeadCode\Provider\MemberUsageProvider`
0 commit comments