We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b5c109 + fa8367b commit d3274dbCopy full SHA for d3274db
src/ReCaptcha/ReCaptcha.php
@@ -54,6 +54,7 @@ class ReCaptcha
54
*
55
* @param string $secret shared secret between site and reCAPTCHA server.
56
* @param RequestMethod $requestMethod method used to send the request. Defaults to POST.
57
+ * @throws \RuntimeException if $secret is invalid
58
*/
59
public function __construct($secret, RequestMethod $requestMethod = null)
60
{
0 commit comments