@@ -92,8 +92,9 @@ |
||
| 92 | 92 | foreach ($traces as $depth => $trace) { |
| 93 | 93 | $trace_string = self::traceToString($trace); |
| 94 | 94 | |
| 95 | - if(!empty($trace_string)) |
|
| 96 | - $formated_traces []= $trace_string; |
|
| 95 | + if(!empty($trace_string)) { |
|
| 96 | + $formated_traces []= $trace_string; |
|
| 97 | + } |
|
| 97 | 98 | |
| 98 | 99 | if ($full_backtrace === false) { |
| 99 | 100 | break; |