1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

[feature/auth-refactor] Prevent fatal error in php < 5.3.23

PHPBB3-9734
This commit is contained in:
Joseph Warner 2013-07-11 11:06:34 -04:00
parent 3c11052fb3
commit 69c1b1aea8

View File

@ -30,11 +30,6 @@ abstract class phpbb_auth_provider_base implements phpbb_auth_provider_interface
return;
}
/**
* {@inheritdoc}
*/
abstract public function login($username, $password);
/**
* {@inheritdoc}
*/