@@ -8,7 +8,8 @@ discard block |
||
8 | 8 | <div class="frame-info-class"> |
9 | 9 | <?php if ($frame->getClass() == '') : ?> |
10 | 10 | <span class="frame-function"><?= e($frame->getFunction()) ?></span> |
11 | - <?php else: ?> |
|
11 | + <?php else { |
|
12 | + : ?> |
|
12 | 13 | <span class="frame-class"><?= e($frame->getClass()) ?></span> |
13 | 14 | <?php if ($frame->getFunction() != '') : ?> |
14 | 15 | <span class="frame-function"><?= e($frame->getFunction()) ?></span> |
@@ -20,5 +21,7 @@ discard block |
||
20 | 21 | <span class="frame-line"><?= (int) $frame->getLine() ?></span> |
21 | 22 | </div> |
22 | 23 | </div> |
23 | -<?php endforeach; ?> |
|
24 | +<?php endforeach; |
|
25 | +} |
|
26 | +?> |
|
24 | 27 | </aside> |
25 | 28 | \ No newline at end of file |