aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/provider_interface.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-14 16:42:49 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-15 16:39:28 +0200
commitd7b9e33b94ecaa7f1a00630de9149b75a5985268 (patch)
tree4304162f0ba6f244811a761f0522dac174f17367 /phpBB/phpbb/auth/provider/provider_interface.php
parent3a96c5b753cbbde459f9835e952b2cb75008a9fc (diff)
downloadforums-d7b9e33b94ecaa7f1a00630de9149b75a5985268.tar
forums-d7b9e33b94ecaa7f1a00630de9149b75a5985268.tar.gz
forums-d7b9e33b94ecaa7f1a00630de9149b75a5985268.tar.bz2
forums-d7b9e33b94ecaa7f1a00630de9149b75a5985268.tar.xz
forums-d7b9e33b94ecaa7f1a00630de9149b75a5985268.zip
[ticket/12715] Cleanup comments in \phpbb\auth\provider\*
PHPBB3-12715
Diffstat (limited to 'phpBB/phpbb/auth/provider/provider_interface.php')
-rw-r--r--phpBB/phpbb/auth/provider/provider_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/auth/provider/provider_interface.php b/phpBB/phpbb/auth/provider/provider_interface.php
index 140353c88b..613297cefc 100644
--- a/phpBB/phpbb/auth/provider/provider_interface.php
+++ b/phpBB/phpbb/auth/provider/provider_interface.php
@@ -148,7 +148,7 @@ interface provider_interface
* user_id of an account needed to successfully link an external account to
* a forum account.
*
- * @param array $link_data Any data needed to link a phpBB account to
+ * @param array $login_link_data Any data needed to link a phpBB account to
* an external account.
* @return string|null Returns a string with a language constant if there
* is data missing or null if there is no error.