Test Setup Failed
Push — master ( 26162d...63ae0a )
by Ricardo Jesus Ruiz
01:22
created
src/LoggerAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,9 +69,9 @@
 block discarded – undo
69 69
      * Setea el nivel
70 70
      * @param string $string
71 71
      */
72
-    public function setLevel($string =  "devel")
72
+    public function setLevel($string = "devel")
73 73
     {
74
-        $this->level        = $string;
74
+        $this->level = $string;
75 75
     }
76 76
     /**
77 77
      * Manda un mensaje
Please login to merge, or discard this patch.