Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit 0cc0533

Browse files
committedDec 27, 2019
qa: cs fixes per phpcs
1 parent 3f52873 commit 0cc0533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/BigIntegerValueTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function testMarshalsIntegerForI8ValueByDefaultIfSystemIs64Bit()
155155
if ($this->useBigIntForI8Flag) {
156156
$this->markTestSkipped('Test only valid for 64bit systems');
157157
}
158-
158+
159159
AbstractValue::$USE_BIGINT_FOR_I8 = $this->useBigIntForI8Flag;
160160
$integerValue = PHP_INT_MAX;
161161

0 commit comments

Comments
 (0)
This repository has been archived.