From: Thomas Müller Date: Tue, 1 Oct 2013 23:13:02 +0000 (+0200) Subject: adding PHPDoc comment X-Git-Tag: v6.0.0alpha2~72^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0d7c36c9f11d88f57d33ac5c979dd6be82d1f56c;p=nextcloud-server.git adding PHPDoc comment --- 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();