Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyan committed Jan 19, 2023
1 parent eba5bc3 commit 406c9b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Type/UnionTypeHelper.php
Expand Up @@ -115,8 +115,8 @@ public static function sortTypes(array $types): array
}

/**
* @param IntegerType[] $types
* @return IntegerType[]
* @param Type[] $types
* @return Type[]
*/
public static function sortIntegerTypes(array $types): array
{
Expand Down

0 comments on commit 406c9b9

Please sign in to comment.