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:
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();