aboutsummaryrefslogtreecommitdiffstats
path: root/tests/session/testable_facade.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/session/testable_facade.php')
-rw-r--r--tests/session/testable_facade.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/session/testable_facade.php b/tests/session/testable_facade.php
index 1cb1c94b52..1343b34a79 100644
--- a/tests/session/testable_facade.php
+++ b/tests/session/testable_facade.php
@@ -27,7 +27,8 @@ class phpbb_session_testable_facade
protected $db;
protected $session_factory;
- function __construct($db, $session_factory) {
+ function __construct($db, $session_factory)
+ {
$this->db = $db;
$this->session_factory = $session_factory;
}