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

Commit ddb7979

Browse files
committed
Merge branch 'hotfix/593'
Close #593
2 parents 8b0efd8 + ae6a4ca commit ddb7979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/v3/features/middleware-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ accepts both middleware that implements the `MiddlewareInterface` and request
3232
handlers that implement `RequestHandlerInterface`. As an example:
3333

3434
```php
35-
use Interop\Http\Server\MiddlewareInterface;
36-
use Interop\Http\Server\RequestHandlerInterface;
35+
use Psr\Http\Server\MiddlewareInterface;
36+
use Psr\Http\Server\RequestHandlerInterface;
3737
use Psr\Http\Message\ResponseInterface;
3838
use Psr\Http\Message\ServerRequestInterface;
3939

0 commit comments

Comments
 (0)