[Type] fix parameters name in union function.

This commit is contained in:
Saif Eddin Gmati 2021-02-02 16:33:22 +01:00
parent b6af6c0645
commit 958a8e9b1f

View File

@ -8,8 +8,8 @@ namespace Psl\Type;
* @template Tl
* @template Tr
*
* @psalm-param Type<Tl> $left_type_spec
* @psalm-param Type<Tr> $right_type_spec
* @psalm-param Type<Tl> $left_type
* @psalm-param Type<Tr> $right_type
*
* @psalm-return Type<Tl|Tr>
*/