aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/provider_interface.php
diff options
context:
space:
mode:
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 31368a0286..1bb209c821 100644
--- a/phpBB/phpbb/auth/provider/provider_interface.php
+++ b/phpBB/phpbb/auth/provider/provider_interface.php
@@ -134,7 +134,7 @@ interface provider_interface
*
* @param array $data An array corresponding to
* \phpbb\session::data
- * @param boolean $new_session True for a new \session, false for no new
+ * @param boolean $new_session True for a new session, false for no new
* session.
*/
public function logout($data, $new_session);