We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d525fc commit e609970Copy full SHA for e609970
test/BigIntegerValueTest.php
@@ -33,7 +33,7 @@ protected function setUp(): void
33
34
$this->useBigIntForI8Flag = AbstractValue::$USE_BIGINT_FOR_I8;
35
AbstractValue::$USE_BIGINT_FOR_I8 = true;
36
- $this->bigIntValue = MathBigInteger::of((string) PHP_INT_MAX)
+ $this->bigIntValue = (string)MathBigInteger::of((string) PHP_INT_MAX)
37
->plus('42');
38
}
39
0 commit comments