Passed
Push — master ( 8c2e39...2e8ca4 )
by WILMER
13:51
created
views/backend/layouts/_header.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,8 @@  discard block
 block discarded – undo
36 36
                 <!-- User Account: style can be found in dropdown.less -->
37 37
                 <?= $this->render('_menuser') ?>
38 38
             <?= Html::endTag('div') ?>
39
-            <?php else: ?>
39
+            <?php else {
40
+    : ?>
40 41
                 <?= Html::beginTag('div', ['class' => 'navbar-header']) ?>
41 42
                     <!-- Add the class icon to your logo image or logo icon to add the margining -->
42 43
                     <?= Html::beginTag('div', ['class' => 'navbar-brand']) ?>
@@ -48,6 +49,8 @@  discard block
 block discarded – undo
48 49
                 <?= Html::beginTag('div', ['class' => 'collapse navbar-collapse', 'id' => 'navbar-collapse']) ?>
49 50
                     <?= $this->render('_menu') ?>
50 51
                 <?= Html::endTag('div') ?>
51
-        <?php endif; ?>
52
+        <?php endif;
53
+}
54
+?>
52 55
     <?= Html::endTag('nav') ?>
53 56
 <?= Html::endTag('header') ?>
54 57
\ No newline at end of file
Please login to merge, or discard this patch.
views/frontend/layouts/_header.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,8 @@  discard block
 block discarded – undo
36 36
                 <!-- User Account: style can be found in dropdown.less -->
37 37
                 <?= $this->render('_menuser') ?>
38 38
             <?= Html::endTag('div') ?>
39
-            <?php else: ?>
39
+            <?php else {
40
+    : ?>
40 41
                 <?= Html::beginTag('div', ['class' => 'navbar-header']) ?>
41 42
                     <!-- Add the class icon to your logo image or logo icon to add the margining -->
42 43
                     <?= Html::beginTag('div', ['class' => 'navbar-brand']) ?>
@@ -48,6 +49,8 @@  discard block
 block discarded – undo
48 49
                 <?= Html::beginTag('div', ['class' => 'collapse navbar-collapse', 'id' => 'navbar-collapse']) ?>
49 50
                     <?= $this->render('_menu') ?>
50 51
                 <?= Html::endTag('div') ?>
51
-        <?php endif; ?>
52
+        <?php endif;
53
+}
54
+?>
52 55
     <?= Html::endTag('nav') ?>
53 56
 <?= Html::endTag('header') ?>
Please login to merge, or discard this patch.
views/frontend/layouts/main.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,8 @@  discard block
 block discarded – undo
85 85
                             <!-- /.content -->
86 86
                         <?= Html::endTag('div') ?>
87 87
                         <!-- /.right-side -->
88
-                        <?php else: ?>
88
+                        <?php else {
89
+    : ?>
89 90
                             <!-- ./Left side column. -->
90 91
                             <!-- Right side column. Contains the navbar and content of the page -->
91 92
                             <!-- Navigation -->
@@ -105,7 +106,9 @@  discard block
 block discarded – undo
105 106
                                     <?= Html::endTag('div') ?>
106 107
                                 <?= Html::endTag('section') ?>
107 108
                             <?= Html::endTag('div') ?>
108
-                    <?php endif; ?>
109
+                    <?php endif;
110
+}
111
+?>
109 112
                     <!-- ./Right side column. -->
110 113
                     <?= $this->render('_footer') ?>
111 114
                 <?= Html::endTag('div') ?>
Please login to merge, or discard this patch.
views/backend/layouts/main.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,7 +85,8 @@  discard block
 block discarded – undo
85 85
                             <!-- /.content -->
86 86
                         <?= Html::endTag('div') ?>
87 87
                         <!-- /.right-side -->
88
-                        <?php else: ?>
88
+                        <?php else {
89
+    : ?>
89 90
                             <!-- ./Left side column. -->
90 91
                             <!-- Right side column. Contains the navbar and content of the page -->
91 92
                             <!-- Navigation -->
@@ -105,7 +106,9 @@  discard block
 block discarded – undo
105 106
                                     <?= Html::endTag('div') ?>
106 107
                                 <?= Html::endTag('section') ?>
107 108
                             <?= Html::endTag('div') ?>
108
-                    <?php endif; ?>
109
+                    <?php endif;
110
+}
111
+?>
109 112
                     <!-- ./Right side column. -->
110 113
                     <?= $this->render('_footer') ?>
111 114
                 <?= Html::endTag('div') ?>
Please login to merge, or discard this patch.