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.php')
-rw-r--r--core/Session.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Session.php b/core/Session.php
index c0d5a2494a..512eb835ef 100644
--- a/core/Session.php
+++ b/core/Session.php
@@ -35,7 +35,8 @@ class Piwik_Session extends Zend_Session
/**
* Start the session
*
- * @param array $options An array of configuration options; the auto-start (bool) setting is ignored
+ * @param array|bool $options An array of configuration options; the auto-start (bool) setting is ignored
+ * @return void
*/
public static function start($options = false)
{