Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Jul 30, 2021
1 parent 1e3e6a8 commit 0252a65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class IntegerRangeComparator
{
public static function isContainedBy(
TIntRange $input_type_part,
TIntRange $container_type_part,
TIntRange $container_type_part
) : bool {
$is_input_min = $input_type_part->min_bound === TIntRange::BOUND_MIN;
$is_input_max = $input_type_part->max_bound === TIntRange::BOUND_MAX;
Expand Down

0 comments on commit 0252a65

Please sign in to comment.