diff options
| author | Andy Chase <asperous2@gmail.com> | 2013-07-22 11:13:31 -0700 |
|---|---|---|
| committer | Andy Chase <asperous2@gmail.com> | 2013-07-22 11:13:31 -0700 |
| commit | cc1aef47fb4f5d37415436c62067ad2dcde768bb (patch) | |
| tree | 0a6f204563635f11581336404b4429db329c8c47 /tests/session/testable_facade.php | |
| parent | de2cb595336ee49aeb4bab4ee857fbe71e249599 (diff) | |
| download | forums-cc1aef47fb4f5d37415436c62067ad2dcde768bb.tar forums-cc1aef47fb4f5d37415436c62067ad2dcde768bb.tar.gz forums-cc1aef47fb4f5d37415436c62067ad2dcde768bb.tar.bz2 forums-cc1aef47fb4f5d37415436c62067ad2dcde768bb.tar.xz forums-cc1aef47fb4f5d37415436c62067ad2dcde768bb.zip | |
[ticket/11620] Changes for code guidelines consistency
PHPBB3-11620
Diffstat (limited to 'tests/session/testable_facade.php')
| -rw-r--r-- | tests/session/testable_facade.php | 3 |
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; } |
