From a2a63d34ebb460174e1a3e8d8022fe3e3ab4b469 Mon Sep 17 00:00:00 2001 From: fabiocarneiro Date: Wed, 27 May 2015 06:56:17 -0300 Subject: fix core folder with php-cs-fixer for psr-2 --- core/Session/SaveHandler/DbTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Session') diff --git a/core/Session/SaveHandler/DbTable.php b/core/Session/SaveHandler/DbTable.php index 74fc5e388b..03b4afa862 100644 --- a/core/Session/SaveHandler/DbTable.php +++ b/core/Session/SaveHandler/DbTable.php @@ -25,7 +25,7 @@ class DbTable implements Zend_Session_SaveHandler_Interface /** * @param array $config */ - function __construct($config) + public function __construct($config) { $this->config = $config; $this->maxLifetime = ini_get('session.gc_maxlifetime'); -- cgit v1.2.3