Skip to content

Commit e714388

Browse files
committed
Remove unnecessary ignore
1 parent a828140 commit e714388

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/MaxMind/Db/Test/ReaderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ public function testV6AddressV4Database(): void
252252
{
253253
$this->expectException(\InvalidArgumentException::class);
254254
$this->expectExceptionMessage('Error looking up 2001::. You attempted to look up an IPv6 address in an IPv4-only database');
255-
// @phpstan-ignore-next-line
256255
if (\defined('MaxMind\\Db\\Reader::MMDB_LIB_VERSION') && version_compare(Reader::MMDB_LIB_VERSION, '1.2.0', '<')) {
257256
$this->markTestSkipped('MMDB_LIB_VERSION < 1.2.0');
258257
}

0 commit comments

Comments
 (0)