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:
authormattab <matthieu.aubry@gmail.com>2013-10-08 09:24:28 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-08 09:24:28 +0400
commit1fa8da9b963e99e08c829fe6491e8ccf2d1054e2 (patch)
tree137c50850a5f21f1651f8066d4bd381a661e1987 /core/Auth.php
parentfcbef99dbf93df94ff5ed4cfaa5eeebfcf4aac14 (diff)
Applying phpstorm code style PSR refs #3771
Diffstat (limited to 'core/Auth.php')
-rw-r--r--core/Auth.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/Auth.php b/core/Auth.php
index 30401d0e04..0b47da6ae1 100644
--- a/core/Auth.php
+++ b/core/Auth.php
@@ -55,7 +55,7 @@ class AuthResult
/**
* The login used to authenticate.
- *
+ *
* @var string
*/
protected $login = null;
@@ -63,7 +63,7 @@ class AuthResult
/**
* The authentication result code. Can be self::FAILURE, self::SUCCESS, or
* self::SUCCESS_SUPERUSER_AUTH_CODE.
- *
+ *
* @var int
*/
protected $code = null;
@@ -84,7 +84,7 @@ class AuthResult
/**
* Returns the login used to authenticate.
- *
+ *
* @return string
*/
public function getIdentity()
@@ -104,7 +104,7 @@ class AuthResult
/**
* Returns the authentication result code.
- *
+ *
* @return int
*/
public function getCode()
@@ -114,7 +114,7 @@ class AuthResult
/**
* Returns true if this result was successfully authentication.
- *
+ *
* @return bool
*/
public function wasAuthenticationSuccessful()