Skip to content

Commit

Permalink
Update GoogleReCaptchaV3Response.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanDaDeng committed Feb 10, 2020
1 parent 39fd640 commit 599a8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/GoogleReCaptchaV3Response.php
Expand Up @@ -42,9 +42,9 @@ public function __construct($data, $ip, $message = '')
}

/**
* @param bool $value
* @param $value
*/
public function setSuccess(bool $value)
public function setSuccess($value)
{
$this->success = $value;
}
Expand Down

0 comments on commit 599a8d0

Please sign in to comment.