mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Add better docs to TypeComparisonResult
This commit is contained in:
parent
ae0063051a
commit
1e115da372
@ -7,7 +7,12 @@ use Psalm\Type\Union;
|
||||
|
||||
class TypeComparisonResult
|
||||
{
|
||||
/** @var ?bool */
|
||||
/**
|
||||
* This is used to trigger `InvalidScalarArgument` in situations where we know PHP
|
||||
* will try to coerce one scalar type to another.
|
||||
*
|
||||
* @var ?bool
|
||||
*/
|
||||
public $scalar_type_match_found;
|
||||
|
||||
/** @var ?bool */
|
||||
|
Loading…
Reference in New Issue
Block a user