We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80851f5 commit bb4ae83Copy full SHA for bb4ae83
src/VerifierServer/Endpoints/EndpointInterface.php
@@ -2,6 +2,8 @@
2
3
namespace VerifierServer\Endpoints;
4
5
+//use Psr\Http\Message\MessageInterface;
6
+//use Psr\Http\Message\RequestInterface;
7
use Psr\Http\Message\ServerRequestInterface;
8
9
/**
@@ -24,7 +26,7 @@ interface EndpointInterface
24
26
*/
25
27
public function handle(
28
string $method,
- ServerRequestInterface|string $request,
29
+ $request,
30
int|string &$response,
31
array &$headers,
32
string &$body
0 commit comments