summaryrefslogtreecommitdiffstats
path: root/remote.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-19 15:50:59 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-01 08:20:15 +0200
commit80b649c471247296d4034dfd891a9e9f3abf1c06 (patch)
tree35e663fbea654124be54e9e6d20e7fd0512da539 /remote.php
parent5424d6a40d13f922a19e2b2b0e484a56f4dbe7f3 (diff)
downloadnextcloud-server-80b649c471247296d4034dfd891a9e9f3abf1c06.tar.gz
nextcloud-server-80b649c471247296d4034dfd891a9e9f3abf1c06.zip
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();