1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17414] Change incomplete CAPTCHA to extend new base class

PHPBB-17414
This commit is contained in:
Marc Alexander
2024-10-20 10:55:15 +02:00
parent fd994f4742
commit 3b27b65c76
7 changed files with 86 additions and 66 deletions

View File

@@ -211,7 +211,7 @@ class legacy_wrapper implements plugin_interface
/**
* {@inheritDoc}
*/
public function acp_page($id, $module): void
public function acp_page(mixed $id, mixed $module): void
{
if (method_exists($this->legacy_captcha, 'acp_page'))
{