summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/public/apachebackend.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/public/apachebackend.php b/lib/public/apachebackend.php
index 47ee8b4ed3b..6085714a6e9 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();