Skip to content

Commit

Permalink
Fix a typo in type name
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Nov 30, 2018
1 parent a61b968 commit 5c1ba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReCaptcha/Response.php
Original file line number Diff line number Diff line change
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 5c1ba54

Please sign in to comment.