Skip to content

Commit 2896edb

Browse files
committed
Update VerifiedEndpoint.php
1 parent e1735e0 commit 2896edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VerifierServer/Endpoints/VerifiedEndpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function __construct(private PersistentState &$state)
5555
*
5656
* @param string $method The HTTP method of the request (e.g., 'GET', 'POST').
5757
* @param ServerRequestInterface|string $request The request payload, typically used for 'POST' requests.
58-
* @param string &$response The variable to store the generated response.
58+
* @param int|string &$response The variable to store the generated response.
5959
* @param array &$headers The variable to store the headers of the response.
6060
* @param string &$body The variable to store the body of the response.
6161
* @param bool $bypass_token Whether to bypass the token check. Default is false.

0 commit comments

Comments
 (0)