mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix typo
This commit is contained in:
parent
adc5d24399
commit
0e5ee1a811
@ -1179,7 +1179,7 @@ class Codebase
|
||||
* If you consider `Type\Union` as a set of types, this will tell you if intersection
|
||||
* of `$input_type` with `$container_type` is not empty.
|
||||
*
|
||||
* $input_type ∩ $container_type ≠ ∅ , e.g. they are not dijoint.
|
||||
* $input_type ∩ $container_type ≠ ∅ , e.g. they are not disjoint.
|
||||
*
|
||||
* Useful for emitting issues like PossiblyInvalidArgument, where argument at the call
|
||||
* site should be a subtype of the function parameter type, but it's has some types that are
|
||||
|
Loading…
Reference in New Issue
Block a user