Skip to content

Commit

Permalink
Use correct interface in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Apr 3, 2018
1 parent 41a0fe8 commit ea7b64e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,8 @@ use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\RequestHandlerInterface;
use Zend\Diactoros\Response;
use Zend\Diactoros\ServerRequest;

final class MyHandler implements ServerRequestInterface
final class MyHandler implements RequestHandlerInterface
{
public function handle(ServerRequestInterface $request): ResponseInterface
{
Expand Down

0 comments on commit ea7b64e

Please sign in to comment.