1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-12 03:34:04 +02:00

[ticket/11620] Changes for code guidelines consistency

PHPBB3-11620
This commit is contained in:
Andy Chase
2013-07-22 11:13:31 -07:00
parent de2cb59533
commit cc1aef47fb
3 changed files with 15 additions and 13 deletions

View File

@@ -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;
}