Skip to content

Commit 0ddcfbb

Browse files
committed
Remove unreachable return
1 parent 2afdf67 commit 0ddcfbb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ public function generateLargeUint(int $bits): array
303303
$expected = bcsub(bcpow('2', (string) (8 * $power)), '1');
304304
} else {
305305
$this->markTestSkipped('This test requires gmp or bcmath.');
306-
307-
return;
308306
}
309307
$input = [$power, $ctrlByte];
310308
for ($i = 2; $i < 2 + $power; ++$i) {

0 commit comments

Comments
 (0)