From 248e7a06927e8521cb7f76a7489cabb271e93049 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Sun, 4 Aug 2013 22:58:40 +0200 Subject: [PATCH] fixing PHPDoc --- lib/log/syslog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/log/syslog.php b/lib/log/syslog.php index a28255ed10e..c98deab7109 100644 --- a/lib/log/syslog.php +++ b/lib/log/syslog.php @@ -28,7 +28,7 @@ class OC_Log_Syslog { * write a message in the log * @param string $app * @param string $message - * @param int level + * @param int $level */ public static function write($app, $message, $level) { $minLevel = min(OC_Config::getValue("loglevel", OC_Log::WARN), OC_Log::ERROR); -- 2.39.5