mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/17414] Remove request data from validate call
PHPBB-17414
This commit is contained in:
@@ -62,10 +62,9 @@ interface plugin_interface
|
||||
/**
|
||||
* Validate the captcha with the given request data
|
||||
*
|
||||
* @param array $request_data Request data for the captcha
|
||||
* @return bool True if request data was valid captcha reply, false if not
|
||||
*/
|
||||
public function validate(array $request_data): bool;
|
||||
public function validate(): bool;
|
||||
|
||||
/**
|
||||
* Return whether captcha was solved
|
||||
|
Reference in New Issue
Block a user