Skip to content

Commit 69a8261

Browse files
authored
Merge pull request #8 from lcobucci/fix-documentation
Use correct interface in documentation
2 parents 41a0fe8 + ea7b64e commit 69a8261

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,8 @@ use Psr\Http\Message\ResponseInterface;
129129
use Psr\Http\Message\ServerRequestInterface;
130130
use Psr\Http\Server\RequestHandlerInterface;
131131
use Zend\Diactoros\Response;
132-
use Zend\Diactoros\ServerRequest;
133132

134-
final class MyHandler implements ServerRequestInterface
133+
final class MyHandler implements RequestHandlerInterface
135134
{
136135
public function handle(ServerRequestInterface $request): ResponseInterface
137136
{

0 commit comments

Comments
 (0)