We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea594c9 commit cda2bc5Copy full SHA for cda2bc5
Matcher/Dumper/StaticPrefixCollection.php
@@ -61,7 +61,7 @@ public function getRoutes(): array
61
/**
62
* Adds a route to a group.
63
*/
64
- public function addRoute(string $prefix, array|StaticPrefixCollection $route): void
+ public function addRoute(string $prefix, array|self $route): void
65
{
66
[$prefix, $staticPrefix] = $this->getCommonPrefix($prefix, $prefix);
67
0 commit comments