Passed
Push — 0.8.x ( c36ed7...20ecf3 )
by Alexander
07:28 queued 04:02
created
Debug/Exceptions/Resources/views/partials/info/info_exception.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,12 @@
 block discarded – undo
3 3
 		<?php foreach ($class as $i => $name) : ?>
4 4
 			<?php if ($i == count($class) - 1): ?>
5 5
 		<h2><?= $template->escape($name) ?></h2> 
6
-			<?php else: ?>
6
+			<?php else {
7
+    : ?>
7 8
 		<h2><?= $template->escape($name).'&nbsp;\\' ?></h2>
8
-			<?php endif; ?>
9
+			<?php endif;
10
+}
11
+?>
9 12
 		<?php endforeach; ?>
10 13
 		<?php if ($code): ?>
11 14
 		<span class="subtitle" title="Exception Code"><?= $template->escape($code) ?></span>
Please login to merge, or discard this patch.