mirror of
https://github.com/danog/endtoend-test-psl.git
synced 2024-11-30 04:39:48 +01:00
[Type] fix parameters name in union function.
This commit is contained in:
parent
b6af6c0645
commit
958a8e9b1f
@ -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>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user