@@ -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 |
@@ -33,7 +33,7 @@ discard block |
||
33 | 33 | protected function execute() { |
34 | 34 | ; |
35 | 35 | } |
36 | - public function emergency($message, array $context = array()){ |
|
36 | + public function emergency($message, array $context = array()) { |
|
37 | 37 | |
38 | 38 | } |
39 | 39 | public function alert($message, array $context = array()) |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | * |
81 | 81 | * @return void |
82 | 82 | */ |
83 | - public function warning($message, array $context = array()){ |
|
83 | + public function warning($message, array $context = array()) { |
|
84 | 84 | |
85 | 85 | } |
86 | 86 | |
@@ -120,7 +120,7 @@ discard block |
||
120 | 120 | * |
121 | 121 | * @return void |
122 | 122 | */ |
123 | - public function debug($message, array $context = array()){ |
|
123 | + public function debug($message, array $context = array()) { |
|
124 | 124 | |
125 | 125 | } |
126 | 126 | |
@@ -133,7 +133,7 @@ discard block |
||
133 | 133 | * |
134 | 134 | * @return void |
135 | 135 | */ |
136 | - public function log($level, $message, array $context = array()){ |
|
136 | + public function log($level, $message, array $context = array()) { |
|
137 | 137 | |
138 | 138 | } |
139 | 139 |