Skip to content
Snippets Groups Projects
Commit b716d035 authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing PHPDoc

parent e03d9e3a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment