Skip to content

Commit 250f3a4

Browse files
authored
Merge pull request #547 from namenyi/patch-1
Fix PHPdoc param description for setChallengeTimeout
2 parents 2b63aa0 + c109586 commit 250f3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReCaptcha/ReCaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ public function setScoreThreshold($threshold)
264264
/**
265265
* Provide a timeout in seconds to test against the challenge timestamp in verify()
266266
*
267-
* @param int $timeoutSeconds Expected hostname
267+
* @param int $timeoutSeconds Maximum time (seconds) elapsed since the challenge timestamp
268268
* @return ReCaptcha Current instance for fluent interface
269269
*/
270270
public function setChallengeTimeout($timeoutSeconds)

0 commit comments

Comments
 (0)