From 6d090adba4924da34aabb4cfc1237c63a38c40b9 Mon Sep 17 00:00:00 2001
From: Gerrit Uitslag <klapinklapin@gmail.com>
Date: Wed, 27 Apr 2016 23:59:25 +0200
Subject: [PATCH] phpdocs RemoteAPI

---
 inc/remote.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inc/remote.php b/inc/remote.php
index 771d12d25..2d2e327c8 100644
--- a/inc/remote.php
+++ b/inc/remote.php
@@ -226,6 +226,7 @@ class RemoteAPI {
      * Perform access check for current user
      *
      * @return bool true if the current user has access to remote api.
+     * @throws RemoteAccessDeniedException If remote access disabled
      */
     public function hasAccess() {
         global $conf;
-- 
GitLab