@@ -7,7 +7,7 @@ |
||
7 | 7 | use Psr\Http\Server\RequestHandlerInterface; |
8 | 8 | |
9 | 9 | interface EndpointInterface extends |
10 | - RequestHandlerInterface |
|
10 | + RequestHandlerInterface |
|
11 | 11 | { |
12 | 12 | public function serve( |
13 | 13 | ServerRequestInterface $request, |