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:
authorsgiehl <stefan@piwik.org>2013-08-02 14:28:15 +0400
committersgiehl <stefan@piwik.org>2013-08-02 14:28:15 +0400
commit3b2afaac51c1cbb5b0689d457812056c12a9a18b (patch)
tree0d0ece02a36b551dd748dfa4bf707680eb7c840f /core/Session
parent61997f45e4c39360000e815c9e0853ae04e2f56f (diff)
fixed undefined classes in doc blocks
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 3f1d53a08f..60f5c77d9d 100644
--- a/core/Session/SaveHandler/DbTable.php
+++ b/core/Session/SaveHandler/DbTable.php
@@ -134,7 +134,7 @@ class DbTable implements Zend_Session_SaveHandler_Interface
* than $maxlifetime (in seconds)
*
* @param int $maxlifetime timestamp in seconds
- * @return true
+ * @return bool always true
*/
public function gc($maxlifetime)
{