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 f7aa882 commit 75e108fCopy full SHA for 75e108f
src/RouterInterface.php
@@ -57,7 +57,7 @@ public function runRoute(RouteInterface $route, ServerRequestInterface $request)
57
*
58
* @since 3.0.0
59
*/
60
- public function buildRoute(RouteInterface $route, array $values = []): string;
+ public function buildRoute(RouteInterface $route, array $values = [], bool $strictly = false): string;
61
62
/**
63
* @throws HttpException
0 commit comments