Skip to content

Commit 4b718f0

Browse files
authored
Merge pull request google#109 from pascal-hofmann/patch-1
Fixed typo in comment
2 parents f3390c3 + 18de727 commit 4b718f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReCaptcha/RequestMethod/Post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function submit(RequestParameters $params)
5858
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
5959
'method' => 'POST',
6060
'content' => $params->toQueryString(),
61-
// Force the peer to validate (not needed in 5.6.0+, but still works
61+
// Force the peer to validate (not needed in 5.6.0+, but still works)
6262
'verify_peer' => true,
6363
// Force the peer validation to use www.google.com
6464
$peer_key => 'www.google.com',

0 commit comments

Comments
 (0)