From 0d7c36c9f11d88f57d33ac5c979dd6be82d1f56c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Wed, 2 Oct 2013 01:13:02 +0200
Subject: [PATCH] adding PHPDoc comment

---
 lib/public/apachebackend.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lib/public/apachebackend.php b/lib/public/apachebackend.php
index 47ee8b4ed3..6085714a6e 100644
--- a/lib/public/apachebackend.php
+++ b/lib/public/apachebackend.php
@@ -26,7 +26,9 @@ namespace OCP;
 interface ApacheBackend {
 
 	/**
-	 * @return Returns whether Apache reports a user is currently logged in.
+	 * In case the user has been authorized by Apache true is returned.
+	 *
+	 * @return boolean whether Apache reports a user is currently logged in.
 	 */
 	public function isSessionActive();
 
-- 
GitLab