Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-19 16:50:59 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-01 09:20:15 +0300
commit80b649c471247296d4034dfd891a9e9f3abf1c06 (patch)
tree35e663fbea654124be54e9e6d20e7fd0512da539 /remote.php
parent5424d6a40d13f922a19e2b2b0e484a56f4dbe7f3 (diff)
Suppress deprecated function in \OCP\JSON
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.php b/remote.php
index 8e74967365d..1d83e5a7f83 100644
--- a/remote.php
+++ b/remote.php
@@ -41,7 +41,7 @@ class RemoteException extends Exception {
}
/**
- * @param Exception | Error $e
+ * @param Exception|Error $e
*/
function handleException($e) {
$request = \OC::$server->getRequest();