aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-11 11:26:59 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-11 11:27:20 -0400
commitccef1ae5ab406f6e6c4110467e1077ab58135e30 (patch)
tree9ab8e41bc568b4b0bd5892a9ce5064345d586f3c
parent021eb083abc1fe11d18d756adf12f72b903b13ed (diff)
downloadforums-ccef1ae5ab406f6e6c4110467e1077ab58135e30.tar
forums-ccef1ae5ab406f6e6c4110467e1077ab58135e30.tar.gz
forums-ccef1ae5ab406f6e6c4110467e1077ab58135e30.tar.bz2
forums-ccef1ae5ab406f6e6c4110467e1077ab58135e30.tar.xz
forums-ccef1ae5ab406f6e6c4110467e1077ab58135e30.zip
[feature/auth-refactor] Change 'must' to 'should'
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 7961bf4dde..307988f00a 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 must implement.
+ * Base authentication provider class that all other providers should implement.
*
* @package auth
*/