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.
1 parent f3390c3 commit fa8367bCopy full SHA for fa8367b
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