Skip to content

Commit ebd7b7b

Browse files
committed
fix: test.
1 parent 4c34198 commit ebd7b7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/RouterTrieTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ public function testInsertWithNullPatternThrowsException(): void
519519
$trie = new RouterTrie();
520520
$route = new Route(App::REQUEST_METHOD_GET, '/test');
521521

522+
// @phpstan-ignore-next-line - Testing type error with null
522523
$trie->insert(['test'], $route, null);
523524
}
524525
}

0 commit comments

Comments
 (0)