Skip to content

Commit

Permalink
Merge aca8205 into b6af6c0
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Feb 2, 2021
2 parents b6af6c0 + aca8205 commit 3fcf913
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 3fcf913

Please sign in to comment.