Passed
Push — master ( 7c1ca3...71b9d8 )
by Alexander
19:53 queued 16:06
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
@@ -4,9 +4,12 @@
 block discarded – undo
4 4
 		<?php foreach ($class as $i => $name) : ?>
5 5
 			<?php if ($i == count($class) - 1): ?>		
6 6
 			<h2><?= $template->escape($name) ?></h2> 
7
-			<?php else: ?>
7
+			<?php else {
8
+    : ?>
8 9
 			<h2><?= $template->escape($name).'&nbsp;\\&nbsp;' ?></h2>
9
-			<?php endif; ?>
10
+			<?php endif;
11
+}
12
+?>
10 13
 		<?php endforeach; ?>
11 14
 		</div>
12 15
 		<?php if ($code): ?>
Please login to merge, or discard this patch.