We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1735e0 commit 2896edbCopy full SHA for 2896edb
src/VerifierServer/Endpoints/VerifiedEndpoint.php
@@ -55,7 +55,7 @@ public function __construct(private PersistentState &$state)
55
*
56
* @param string $method The HTTP method of the request (e.g., 'GET', 'POST').
57
* @param ServerRequestInterface|string $request The request payload, typically used for 'POST' requests.
58
- * @param string &$response The variable to store the generated response.
+ * @param int|string &$response The variable to store the generated response.
59
* @param array &$headers The variable to store the headers of the response.
60
* @param string &$body The variable to store the body of the response.
61
* @param bool $bypass_token Whether to bypass the token check. Default is false.
0 commit comments