Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Session')
-rw-r--r--core/Session/SaveHandler/DbTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Session/SaveHandler/DbTable.php b/core/Session/SaveHandler/DbTable.php
index 60f5c77d9d..746f05b845 100644
--- a/core/Session/SaveHandler/DbTable.php
+++ b/core/Session/SaveHandler/DbTable.php
@@ -133,7 +133,7 @@ class DbTable implements Zend_Session_SaveHandler_Interface
* Garbage Collection - remove old session data older
* than $maxlifetime (in seconds)
*
- * @param int $maxlifetime timestamp in seconds
+ * @param int $maxlifetime timestamp in seconds
* @return bool always true
*/
public function gc($maxlifetime)