From 0b39e4e854da85ea6fd59578e1623078012fcae2 Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Sun, 5 May 2019 18:26:43 +0200 Subject: [ticket/16008] Clean up phpBB OAuth system PHPBB3-16008 --- phpBB/phpbb/auth/provider/provider_interface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/phpbb/auth/provider/provider_interface.php') diff --git a/phpBB/phpbb/auth/provider/provider_interface.php b/phpBB/phpbb/auth/provider/provider_interface.php index 463324ff46..21c73a33c5 100644 --- a/phpBB/phpbb/auth/provider/provider_interface.php +++ b/phpBB/phpbb/auth/provider/provider_interface.php @@ -53,7 +53,7 @@ interface provider_interface * Autologin function * * @return array|null containing the user row, empty if no auto login - * should take place, or null if not impletmented. + * should take place, or null if not implemented. */ public function autologin(); @@ -68,7 +68,7 @@ interface provider_interface /** * This function updates the template with variables related to the acp - * options with whatever configuraton values are passed to it as an array. + * options with whatever configuration values are passed to it as an array. * It then returns the name of the acp file related to this authentication * provider. * -- cgit v1.2.1 From 85910fe5bc828743f39cf295e48f6d393390433b Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Sun, 5 May 2019 18:31:56 +0200 Subject: [ticket/16008] Add missing empty line PHPBB3-16008 --- phpBB/phpbb/auth/provider/provider_interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/auth/provider/provider_interface.php') diff --git a/phpBB/phpbb/auth/provider/provider_interface.php b/phpBB/phpbb/auth/provider/provider_interface.php index 21c73a33c5..6ad9b36f83 100644 --- a/phpBB/phpbb/auth/provider/provider_interface.php +++ b/phpBB/phpbb/auth/provider/provider_interface.php @@ -74,7 +74,7 @@ interface provider_interface * * @param \phpbb\config\config $new_config Contains the new configuration values * that have been set in acp_board. - * @return array|null Returns null if not implemented or an array with + * @return array|null Returns null if not implemented or an array withe * the template file name and an array of the vars * that the template needs that must conform to the * following example: -- cgit v1.2.1 From 4679433ae19a12c79a6f568de4c85f4cf9cdf30b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 11 Nov 2019 18:21:18 +0100 Subject: [ticket/16008] Adjust naming and remove typo PHPBB3-16008 --- phpBB/phpbb/auth/provider/provider_interface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/auth/provider/provider_interface.php') diff --git a/phpBB/phpbb/auth/provider/provider_interface.php b/phpBB/phpbb/auth/provider/provider_interface.php index 6ad9b36f83..21c73a33c5 100644 --- a/phpBB/phpbb/auth/provider/provider_interface.php +++ b/phpBB/phpbb/auth/provider/provider_interface.php @@ -74,7 +74,7 @@ interface provider_interface * * @param \phpbb\config\config $new_config Contains the new configuration values * that have been set in acp_board. - * @return array|null Returns null if not implemented or an array withe + * @return array|null Returns null if not implemented or an array with * the template file name and an array of the vars * that the template needs that must conform to the * following example: -- cgit v1.2.1