Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mondrake committed Dec 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fef31a3 commit 49b8755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/MapHandlerTest.php
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ public function testSetDefaultMapClass(): void
MapHandler::setDefaultMapClass(EmptyMap::class);
$this->assertInstanceOf(EmptyMap::class, MapHandler::map());
MapHandler::setDefaultMapClass(DefaultMap::class);
// @phpstan-ignore method.impossibleType
$this->assertInstanceOf(DefaultMap::class, MapHandler::map());
}

0 comments on commit 49b8755

Please sign in to comment.