Skip to content

Commit

Permalink
Merge pull request #10268 from robchett/hotfix_shepard_build
Browse files Browse the repository at this point in the history
Hotfix Shepard build
  • Loading branch information
orklah committed Oct 8, 2023
2 parents 1b12255 + 5dd9c11 commit c71f0ab
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 #10267
*/

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 c71f0ab

Please sign in to comment.