mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Merge pull request #10268 from robchett/hotfix_shepard_build
Hotfix Shepard build
This commit is contained in:
commit
c71f0abc4f
@ -625,6 +625,11 @@ class ArithmeticOpAnalyzer
|
||||
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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user