Skip to content

Commit b8aee85

Browse files
authored
Merge pull request #152 from maxmind/greg/fix-lint
Run latest php-cs-fixer against code
2 parents 476a58e + 3132b75 commit b8aee85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/MaxMind/Db/Test/Reader/DecoderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ private function pointers(): array
172172
];
173173

174174
if (\PHP_INT_MAX > 4294967295) {
175-
array_push($v, ['expected' => 4294967295, 'input' => [0x38, 0xFF, 0xFF, 0xFF, 0xFF]]);
175+
$v[] = ['expected' => 4294967295, 'input' => [0x38, 0xFF, 0xFF, 0xFF, 0xFF]];
176176
}
177177

178178
return $v;

0 commit comments

Comments
 (0)