Skip to content

Commit 0252a65

Browse files
committed
fix syntax
1 parent 1e3e6a8 commit 0252a65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Psalm/Internal/Type/Comparator/IntegerRangeComparator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class IntegerRangeComparator
5353
{
5454
public static function isContainedBy(
5555
TIntRange $input_type_part,
56-
TIntRange $container_type_part,
56+
TIntRange $container_type_part
5757
) : bool {
5858
$is_input_min = $input_type_part->min_bound === TIntRange::BOUND_MIN;
5959
$is_input_max = $input_type_part->max_bound === TIntRange::BOUND_MAX;

0 commit comments

Comments
 (0)