From 5c1ba5456471924ca7c1e1949fa2ef3725aff8de Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Fri, 30 Nov 2018 04:05:24 +0200 Subject: [PATCH] Fix a typo in type name --- src/ReCaptcha/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)