Skip to content

Commit bb4ae83

Browse files
committed
Update EndpointInterface.php
1 parent 80851f5 commit bb4ae83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/VerifierServer/Endpoints/EndpointInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace VerifierServer\Endpoints;
44

5+
//use Psr\Http\Message\MessageInterface;
6+
//use Psr\Http\Message\RequestInterface;
57
use Psr\Http\Message\ServerRequestInterface;
68

79
/**
@@ -24,7 +26,7 @@ interface EndpointInterface
2426
*/
2527
public function handle(
2628
string $method,
27-
ServerRequestInterface|string $request,
29+
$request,
2830
int|string &$response,
2931
array &$headers,
3032
string &$body

0 commit comments

Comments
 (0)