Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit ad0be6d

Browse files
committed
Merge branch 'hotfix/473'
Close #473
2 parents c2caef4 + 022269f commit ad0be6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/reference/migration/to-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Specifically, your middleware can now implement:
174174

175175
- `Interop\Http\ServerMiddleware\MiddlewareInterface`, which defines a single
176176
method, `process(Psr\Http\Message\ServerRequestInterface $request,
177-
Interop\Http\ServerMiddleware\Interface $delegate)`.
177+
Interop\Http\ServerMiddleware\DelegateInterface $delegate)`.
178178
- Callable middleware that follows the above signature (the typehint for the
179179
request argument is optional).
180180

0 commit comments

Comments
 (0)