1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/16955] Improve consistency of user and session class

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-26 14:54:31 +01:00
parent b90f384466
commit 077ceba2a9
3 changed files with 70 additions and 33 deletions

View File

@@ -62,7 +62,7 @@ class phpbb_mock_session_testable extends \phpbb\session
}
}
public function setup()
public function setup($lang_set = false, $style_id = false)
{
}
}