mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11620] Removed unnecessary lines and whitespace
PHPBB3-11620
This commit is contained in:
@@ -8,15 +8,10 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Mock provider class with basic functions to help test
|
||||
* sessions.
|
||||
*
|
||||
* See interface here:
|
||||
* includes/auth/provider/interface.php
|
||||
* Mock auth provider class with basic functions to help test sessions.
|
||||
*/
|
||||
class phpbb_mock_auth_provider implements phpbb_auth_provider_interface
|
||||
{
|
||||
|
||||
function init()
|
||||
{
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user