@@ -149,7 +149,6 @@ discard block |
||
149 | 149 | /** |
150 | 150 | * logs a variable to the console |
151 | 151 | * |
152 | - * @param mixed $data,... unlimited OPTIONAL number of additional logs [...] |
|
153 | 152 | * @return void |
154 | 153 | */ |
155 | 154 | public static function log() { |
@@ -160,7 +159,6 @@ discard block |
||
160 | 159 | /** |
161 | 160 | * logs a warning to the console |
162 | 161 | * |
163 | - * @param mixed $data,... unlimited OPTIONAL number of additional logs [...] |
|
164 | 162 | * @return void |
165 | 163 | */ |
166 | 164 | public static function warn() { |
@@ -171,7 +169,6 @@ discard block |
||
171 | 169 | /** |
172 | 170 | * logs an error to the console |
173 | 171 | * |
174 | - * @param mixed $data,... unlimited OPTIONAL number of additional logs [...] |
|
175 | 172 | * @return void |
176 | 173 | */ |
177 | 174 | public static function error() { |
@@ -192,7 +189,6 @@ discard block |
||
192 | 189 | /** |
193 | 190 | * sends an info log |
194 | 191 | * |
195 | - * @param mixed $data,... unlimited OPTIONAL number of additional logs [...] |
|
196 | 192 | * @return void |
197 | 193 | */ |
198 | 194 | public static function info() { |
@@ -350,6 +346,8 @@ discard block |
||
350 | 346 | * adds a value to the data array |
351 | 347 | * |
352 | 348 | * @var mixed |
349 | + * @param string $backtrace |
|
350 | + * @param string $type |
|
353 | 351 | * @return void |
354 | 352 | */ |
355 | 353 | protected function _addRow( array $logs, $backtrace, $type ) { |
@@ -415,6 +413,7 @@ discard block |
||
415 | 413 | * gets a setting |
416 | 414 | * |
417 | 415 | * @param string key |
416 | + * @param string $key |
|
418 | 417 | * @return mixed |
419 | 418 | */ |
420 | 419 | public function getSetting( $key ) { |