[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
*/ */