Skip to content

Commit c0b9c72

Browse files
committed
Match current reCAPTCHA docs wording
1 parent 03d00af commit c0b9c72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReCaptcha/RequestParameters.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
class RequestParameters
3333
{
3434
/**
35-
* Site secret.
35+
* The shared key between your site and reCAPTCHA.
3636
* @var string
3737
*/
3838
private $secret;
3939

4040
/**
41-
* Form response.
41+
* The user response token provided by reCAPTCHA, verifying the user on your site.
4242
* @var string
4343
*/
4444
private $response;

0 commit comments

Comments
 (0)