-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Component: Google reCAPTCHAIssues and Pull Requests related to reCAPTCHA should be marked with this labelIssues and Pull Requests related to reCAPTCHA should be marked with this label
Description
Adapt code to new interface
/**
* Validate reCAPTCHA response
*
* @api
*/
interface ValidatorInterface
{
/**
* Return true if reCAPTCHA validation has passed
*
* @param string $reCaptchaResponse
* @param ValidationConfigInterface $validationConfig
* @return ValidationResult
*/
public function isValid(
string $reCaptchaResponse,
ValidationConfigInterface $validationConfig
): ValidationResult;
}
Metadata
Metadata
Assignees
Labels
Component: Google reCAPTCHAIssues and Pull Requests related to reCAPTCHA should be marked with this labelIssues and Pull Requests related to reCAPTCHA should be marked with this label