@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | private function execute() { |
30 | 30 | ; |
31 | 31 | } |
32 | - public function emergency(){ |
|
32 | + public function emergency() { |
|
33 | 33 | |
34 | 34 | } |
35 | 35 | public function alert($message, array $context = array()) |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | * |
77 | 77 | * @return void |
78 | 78 | */ |
79 | - public function warning($message, array $context = array()){ |
|
79 | + public function warning($message, array $context = array()) { |
|
80 | 80 | |
81 | 81 | } |
82 | 82 | |
@@ -116,7 +116,7 @@ discard block |
||
116 | 116 | * |
117 | 117 | * @return void |
118 | 118 | */ |
119 | - public function debug($message, array $context = array()){ |
|
119 | + public function debug($message, array $context = array()) { |
|
120 | 120 | |
121 | 121 | } |
122 | 122 | |
@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | * |
130 | 130 | * @return void |
131 | 131 | */ |
132 | - public function log($level, $message, array $context = array()){ |
|
132 | + public function log($level, $message, array $context = array()) { |
|
133 | 133 | |
134 | 134 | } |
135 | 135 |
@@ -69,9 +69,9 @@ |
||
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 |