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/Auth.php')
-rw-r--r--core/Auth.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/Auth.php b/core/Auth.php
index c55b52176b..bef1b67d80 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -54,10 +54,10 @@ class Piwik_Auth_Result extends Zend_Auth_Result
/**
* Constructor for Piwik_Auth_Result
*
- * @param int $code
- * @param string $login identity
- * @param string $token_auth
- * @param array $messages
+ * @param int $code
+ * @param string $login identity
+ * @param string $token_auth
+ * @param array $messages
*/
public function __construct($code, $login, $token_auth, array $messages = array())
{