diff --git a/src/ReCaptcha/Response.php b/src/ReCaptcha/Response.php index 5c15c37..32eac31 100644 --- a/src/ReCaptcha/Response.php +++ b/src/ReCaptcha/Response.php @@ -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)