Skip to content

Commit

Permalink
Merge pull request #287 from sjinks/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in type name
  • Loading branch information
rowan-m committed Feb 14, 2019
2 parents a61b968 + 5c1ba54 commit 9c17232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReCaptcha/Response.php
Expand Up @@ -112,7 +112,7 @@ public static function fromJson($json)
* @param string $challengeTs
* @param string $apkPackageName
* @param float $score
* @param strong $action
* @param string $action
* @param array $errorCodes
*/
public function __construct($success, array $errorCodes = array(), $hostname = null, $challengeTs = null, $apkPackageName = null, $score = null, $action = null)
Expand Down

0 comments on commit 9c17232

Please sign in to comment.