From f0ffb387356941fa8518b3c546a239cf49c3524a Mon Sep 17 00:00:00 2001 From: sgiehl Date: Sat, 26 May 2012 21:08:06 +0000 Subject: moved another interface to its own file; fixed/added lot of doc blocks git-svn-id: http://dev.piwik.org/svn/trunk@6325 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- core/Auth.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/Auth.php') 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()) { -- cgit v1.2.3