Passed
Push — master ( e655bc...c65021 )
by Murilo
01:50
created
Web/Frontend/views/theme/main/cart.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,12 +35,15 @@
 block discarded – undo
35 35
             </tr>
36 36
         <?php endforeach; ?>
37 37
         </table>
38
-    <?php else: ?></table>
38
+    <?php else {
39
+    : ?></table>
39 40
         <div class="row">
40 41
             <h2 class="title" style="margin-top: 15vh; margin-bottom: 17vh;">Your cart is empty!</h2>
41 42
         </div>
42 43
         </table>
43
-    <?php endif; ?>
44
+    <?php endif;
45
+}
46
+?>
44 47
 
45 48
     <div class="total-price">
46 49
         <table class="frete-class">
Please login to merge, or discard this patch.