aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Log
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Log')
-rw-r--r--lib/private/Log/Systemdlog.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Log/Systemdlog.php b/lib/private/Log/Systemdlog.php
index 40e9c12386e..2d5759311d4 100644
--- a/lib/private/Log/Systemdlog.php
+++ b/lib/private/Log/Systemdlog.php
@@ -68,6 +68,7 @@ class Systemdlog implements IWriter {
* @param string $app
* @param string $message
* @param int $level
+ * @suppress PhanUndeclaredMethod
*/
public function write(string $app, $message, int $level) {
$journal_level = $this->levels[$level];