fixing PHPDoc

This commit is contained in:
Thomas Müller 2013-08-04 22:58:40 +02:00
parent e03d9e3aa0
commit b716d035c3
1 changed files with 1 additions and 1 deletions

View 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);