1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
This commit is contained in:
Matthew Brown 2019-02-20 11:06:51 -05:00
parent adc5d24399
commit 0e5ee1a811

View File

@ -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