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

[ticket/16799] Fix OAuth external account linking PHP fatal error

PHPBB3-16799
This commit is contained in:
rxu
2021-06-14 00:25:36 +07:00
parent b7f57eb556
commit 7b5ad8bb74
5 changed files with 65 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ interface provider_interface
* @return string|null Returns a string with a language constant if there
* is data missing or null if there is no error.
*/
public function login_link_has_necessary_data($login_link_data);
public function login_link_has_necessary_data(array $login_link_data);
/**
* Links an external account to a phpBB account.