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:48:58 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-01 09:20:15 +0300
commit5424d6a40d13f922a19e2b2b0e484a56f4dbe7f3 (patch)
treedceac8d538c25e63d838a1f10f5eaa257fb3bb39 /lib/public/ILogger.php
parentb4d4db0e39d3e09fe0cf53241c72d5d6fc180101 (diff)
Add proper PHPDoc
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/public/ILogger.php')
-rw-r--r--lib/public/ILogger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/ILogger.php b/lib/public/ILogger.php
index 2d1bf4b804d..28cc3b1433f 100644
--- a/lib/public/ILogger.php
+++ b/lib/public/ILogger.php
@@ -136,7 +136,7 @@ interface ILogger {
* ]);
* </code>
*
- * @param \Exception | \Throwable $exception
+ * @param \Exception|\Throwable $exception
* @param array $context
* @return void
* @since 8.2.0