Skip to content

Commit 0d55276

Browse files
staabmclxmstaab
andauthored
Readme: fix typo (#95)
Co-authored-by: Markus Staab <[email protected]>
1 parent 41ee3cd commit 0d55276

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
@@ -64,7 +64,7 @@ parameters:
6464
## Customization:
6565
- If your application does some magic calls unknown to this library, you can implement your own entrypoint provider.
6666
- Just tag it with `shipmonk.deadCode.entrypointProvider` and implement `ShipMonk\PHPStan\DeadCode\Provider\MethodEntrypointProvider`
67-
- You can simplify your implementation by extending `ShipMonk\PHPStan\DeadCode\Provider\MethodBasedEntrypointProvider`
67+
- You can simplify your implementation by extending `ShipMonk\PHPStan\DeadCode\Provider\SimpleMethodEntrypointProvider`
6868

6969
```neon
7070
# phpstan.neon.dist

0 commit comments

Comments
 (0)