mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/auth-refactor] Change 'must' to 'should'
PHPBB3-9734
This commit is contained in:
parent
021eb083ab
commit
ccef1ae5ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue