From 1fa8da9b963e99e08c829fe6491e8ccf2d1054e2 Mon Sep 17 00:00:00 2001 From: mattab Date: Tue, 8 Oct 2013 18:24:28 +1300 Subject: Applying phpstorm code style PSR refs #3771 --- core/Auth.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'core/Auth.php') 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() -- cgit v1.2.3