Suppress deprecated function in \OCP\JSON

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke
2017-07-19 15:50:59 +02:00
committed by Roeland Jago Douma
parent 5424d6a40d
commit 80b649c471
3 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class RemoteException extends Exception {
}
/**
* @param Exception | Error $e
* @param Exception|Error $e
*/
function handleException($e) {
$request = \OC::$server->getRequest();