]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing PHPDoc
authorThomas Müller <thomas.mueller@tmit.eu>
Sun, 4 Aug 2013 20:58:40 +0000 (22:58 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Sun, 4 Aug 2013 20:58:40 +0000 (22:58 +0200)
lib/log/syslog.php

index a28255ed10e339b64df8f61c4f7dd2093693508f..c98deab7109bed68359baaa4fc41429c98df3825 100644 (file)
@@ -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);