aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-11 12:06:48 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-11 12:07:00 -0400
commite674838d6951adb4df76195863df918f3b5852fd (patch)
treea1000822f673cfd418202cf32efde3e8592e49d7
parent177e340764ccb929d3ebfe978ce05ceba271f479 (diff)
downloadforums-e674838d6951adb4df76195863df918f3b5852fd.tar
forums-e674838d6951adb4df76195863df918f3b5852fd.tar.gz
forums-e674838d6951adb4df76195863df918f3b5852fd.tar.bz2
forums-e674838d6951adb4df76195863df918f3b5852fd.tar.xz
forums-e674838d6951adb4df76195863df918f3b5852fd.zip
[feature/auth-refactor] Remove full stop
PHPBB3-9734
-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
*/