Skip to content

Commit e609970

Browse files
committed
Psalm fix
Signed-off-by: SuperDJ <6484766+SuperDJ@users.noreply.github.com>
1 parent 7d525fc commit e609970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BigIntegerValueTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function setUp(): void
3333

3434
$this->useBigIntForI8Flag = AbstractValue::$USE_BIGINT_FOR_I8;
3535
AbstractValue::$USE_BIGINT_FOR_I8 = true;
36-
$this->bigIntValue = MathBigInteger::of((string) PHP_INT_MAX)
36+
$this->bigIntValue = (string)MathBigInteger::of((string) PHP_INT_MAX)
3737
->plus('42');
3838
}
3939

0 commit comments

Comments
 (0)