Skip to content

Commit d3274db

Browse files
authored
Merge pull request google#88 from iosifch/master
google#79 fixes
2 parents 0b5c109 + fa8367b commit d3274db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReCaptcha/ReCaptcha.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class ReCaptcha
5454
*
5555
* @param string $secret shared secret between site and reCAPTCHA server.
5656
* @param RequestMethod $requestMethod method used to send the request. Defaults to POST.
57+
* @throws \RuntimeException if $secret is invalid
5758
*/
5859
public function __construct($secret, RequestMethod $requestMethod = null)
5960
{

0 commit comments

Comments
 (0)