Completed
Push — master ( 44580f...28ceb5 )
by Mathieu
01:44
created
src/Suricate/Logger.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         parent::__construct();
43 43
     }
44 44
 
45
+    /**
46
+     * @param integer $level
47
+     */
45 48
     public function log($message, $level)
46 49
     {
47 50
         if ($this->resource == null && $this->logfile !== null) {
Please login to merge, or discard this patch.