1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Add doc for ifthisismismatch exception

This commit is contained in:
Olle 2020-07-14 18:00:22 +00:00
parent 0965fbf989
commit 4b98bf485e
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@
- [FalseOperand](issues/FalseOperand.md)
- [ForbiddenCode](issues/ForbiddenCode.md)
- [ForbiddenEcho](issues/ForbiddenEcho.md)
- [IfThisIsMismatch](issues/IfThisIsMismatch.md)
- [ImplementedParamTypeMismatch](issues/ImplementedParamTypeMismatch.md)
- [ImplementedReturnTypeMismatch](issues/ImplementedReturnTypeMismatch.md)
- [ImplicitToStringCast](issues/ImplicitToStringCast.md)

View File

@ -0,0 +1,3 @@
# IfThisIsMismatch
Emitted when the type in `@psalm-if-this-is` annotation cannot be contained by the objects actual type.