Skip to content

Commit 9c17232

Browse files
authored
Merge pull request google#287 from sjinks/patch-1
Fix a typo in type name
2 parents a61b968 + 5c1ba54 commit 9c17232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReCaptcha/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static function fromJson($json)
112112
* @param string $challengeTs
113113
* @param string $apkPackageName
114114
* @param float $score
115-
* @param strong $action
115+
* @param string $action
116116
* @param array $errorCodes
117117
*/
118118
public function __construct($success, array $errorCodes = array(), $hostname = null, $challengeTs = null, $apkPackageName = null, $score = null, $action = null)

0 commit comments

Comments
 (0)