aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/auth/provider/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/auth/provider/base.php b/phpBB/includes/auth/provider/base.php
index 046674e55e..f28f352e2c 100644
--- a/phpBB/includes/auth/provider/base.php
+++ b/phpBB/includes/auth/provider/base.php
@@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
}
/**
-* Base authentication provider class that all other providers should implement.
+* Base authentication provider class that all other providers should implement
*
* @package auth
*/