1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[feature/auth-refactor] Change 'must' to 'should'

PHPBB3-9734
This commit is contained in:
Joseph Warner
2013-07-11 11:26:59 -04:00
parent 021eb083ab
commit ccef1ae5ab

View File

@@ -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 * @package auth
*/ */