Skip to content

Commit 75e108f

Browse files
committed
v3
1 parent f7aa882 commit 75e108f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RouterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function runRoute(RouteInterface $route, ServerRequestInterface $request)
5757
*
5858
* @since 3.0.0
5959
*/
60-
public function buildRoute(RouteInterface $route, array $values = []): string;
60+
public function buildRoute(RouteInterface $route, array $values = [], bool $strictly = false): string;
6161

6262
/**
6363
* @throws HttpException

0 commit comments

Comments
 (0)