From: Thomas Müller Date: Sun, 4 Aug 2013 20:58:40 +0000 (+0200) Subject: fixing PHPDoc X-Git-Tag: v5.0.10~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=248e7a06927e8521cb7f76a7489cabb271e93049;p=nextcloud-server.git fixing PHPDoc --- 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);