Skip to content

Commit

Permalink
Hotfix for psalm warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
robchett committed Oct 8, 2023
1 parent 1b12255 commit d73f216
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,11 @@ private static function analyzeOperands(
return null;
}
}
/**
* @var Atomic $left_type_part
* @var Atomic $right_type_part
* // Todo remove this hint reset after fixing
*/

if (($left_type_part instanceof TNamedObject && strtolower($left_type_part->value) === 'gmp')
|| ($right_type_part instanceof TNamedObject && strtolower($right_type_part->value) === 'gmp')
Expand Down

0 comments on commit d73f216

Please sign in to comment.