mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-12 10:35:20 +02:00
[feature/auth-refactor] Remove implements on classes extending base
PHPBB3-9734
This commit is contained in:
parent
69c1b1aea8
commit
021eb083ab
@ -21,7 +21,6 @@ if (!defined('IN_PHPBB'))
|
||||
* @package auth
|
||||
*/
|
||||
class phpbb_auth_provider_apache extends phpbb_auth_provider_base
|
||||
implements phpbb_auth_provider_interface
|
||||
{
|
||||
/**
|
||||
* Apache Authentication Constructor
|
||||
|
@ -23,7 +23,6 @@ if (!defined('IN_PHPBB'))
|
||||
* @package auth
|
||||
*/
|
||||
class phpbb_auth_provider_db extends phpbb_auth_provider_base
|
||||
implements phpbb_auth_provider_interface
|
||||
{
|
||||
|
||||
/**
|
||||
|
@ -23,7 +23,6 @@ if (!defined('IN_PHPBB'))
|
||||
* @package auth
|
||||
*/
|
||||
class phpbb_auth_provider_ldap extends phpbb_auth_provider_base
|
||||
implements phpbb_auth_provider_interface
|
||||
{
|
||||
/**
|
||||
* LDAP Authentication Constructor
|
||||
|
Loading…
x
Reference in New Issue
Block a user