Passed
Push — master ( 10220a...9ad793 )
by Mihail
05:11
created
Apps/View/Front/default/widgets/comments/show.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,9 +71,12 @@
 block discarded – undo
71 71
         <span><i class="fa fa-eye"></i><?= $model->views ?></span>
72 72
         <?php endif ?>
73 73
     </div>
74
-    <?php else: ?>
74
+    <?php else {
75
+    : ?>
75 76
     <hr />
76
-    <?php endif; ?>
77
+    <?php endif;
78
+}
79
+?>
77 80
     <?php if ($trash): ?>
78 81
     <p class="alert alert-danger"><i class="fa fa-trash-o"></i> <?= __('This content is placed in trash') ?></p>
79 82
     <?php endif; ?>
Please login to merge, or discard this patch.