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:
parent
0965fbf989
commit
4b98bf485e
@ -25,6 +25,7 @@
|
|||||||
- [FalseOperand](issues/FalseOperand.md)
|
- [FalseOperand](issues/FalseOperand.md)
|
||||||
- [ForbiddenCode](issues/ForbiddenCode.md)
|
- [ForbiddenCode](issues/ForbiddenCode.md)
|
||||||
- [ForbiddenEcho](issues/ForbiddenEcho.md)
|
- [ForbiddenEcho](issues/ForbiddenEcho.md)
|
||||||
|
- [IfThisIsMismatch](issues/IfThisIsMismatch.md)
|
||||||
- [ImplementedParamTypeMismatch](issues/ImplementedParamTypeMismatch.md)
|
- [ImplementedParamTypeMismatch](issues/ImplementedParamTypeMismatch.md)
|
||||||
- [ImplementedReturnTypeMismatch](issues/ImplementedReturnTypeMismatch.md)
|
- [ImplementedReturnTypeMismatch](issues/ImplementedReturnTypeMismatch.md)
|
||||||
- [ImplicitToStringCast](issues/ImplicitToStringCast.md)
|
- [ImplicitToStringCast](issues/ImplicitToStringCast.md)
|
||||||
|
3
docs/running_psalm/issues/IfThisIsMismatch.md
Normal file
3
docs/running_psalm/issues/IfThisIsMismatch.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# IfThisIsMismatch
|
||||||
|
|
||||||
|
Emitted when the type in `@psalm-if-this-is` annotation cannot be contained by the objects actual type.
|
Loading…
Reference in New Issue
Block a user