Passed
Push — master ( 667c74...5caefd )
by Alexander
04:36
created
components/Debug/Exceptions/Resources/views/partials/frames/frame_list.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.