From 13382bab2f5c43095bc30d331f71e5e8bba5d0fb Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 23 Aug 2009 23:04:04 +0200 Subject: [PATCH] Fix phpdoc. --- framework/Auth/lib/Horde/Auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/Auth/lib/Horde/Auth.php b/framework/Auth/lib/Horde/Auth.php index c43c1ddb8..5e3a567a1 100644 --- a/framework/Auth/lib/Horde/Auth.php +++ b/framework/Auth/lib/Horde/Auth.php @@ -352,9 +352,9 @@ class Horde_Auth } /** - * Checks if there is a session with valid auth information. for the - * specified user. If there isn't, but the configured Auth driver supports - * transparent authentication, then we try that. + * Checks if there is a session with valid auth information. If there + * isn't, but the configured Auth driver supports transparent + * authentication, then we try that. * * @params array $options Additional options: *
-- 
2.11.0