Skip to content

Commit

Permalink
Merge pull request #8 from lcobucci/fix-documentation
Browse files Browse the repository at this point in the history
Use correct interface in documentation
  • Loading branch information
lcobucci authored Apr 3, 2018
2 parents 41a0fe8 + ea7b64e commit 69a8261
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 69a8261

Please sign in to comment.