mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/auth-refactor] Code style fix for doc blocks
PHPBB3-9734
This commit is contained in:
parent
ccef1ae5ab
commit
177e340764
1 changed files with 14 additions and 14 deletions
|
@ -16,10 +16,10 @@ 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
|
* @package auth
|
||||||
*/
|
*/
|
||||||
abstract class phpbb_auth_provider_base implements phpbb_auth_provider_interface
|
abstract class phpbb_auth_provider_base implements phpbb_auth_provider_interface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue