Skip to content

Commit

Permalink
[Type] fix parameters name in union function.
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Feb 2, 2021
1 parent b6af6c0 commit ff71e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Psl/Type/union.php
Expand Up @@ -8,8 +8,8 @@
* @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>
*/
Expand Down

0 comments on commit ff71e98

Please sign in to comment.