summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-02 01:13:02 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-02 01:13:02 +0200
commit0d7c36c9f11d88f57d33ac5c979dd6be82d1f56c (patch)
tree24f0e4f26c78eac154f08b2643f55684d4b55fd3 /lib
parent3e4d56d7bb79c6c4e514482598b7017ee62e930d (diff)
downloadnextcloud-server-0d7c36c9f11d88f57d33ac5c979dd6be82d1f56c.tar.gz
nextcloud-server-0d7c36c9f11d88f57d33ac5c979dd6be82d1f56c.zip
adding PHPDoc comment
Diffstat (limited to 'lib')
-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();