Passed
Pull Request — master (#252)
by
unknown
14:22
created
views/site/contact.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,8 @@  discard block
 block discarded – undo
31 31
             <?php endif; ?>
32 32
         </p>
33 33
 
34
-    <?php else: ?>
34
+    <?php else {
35
+    : ?>
35 36
 
36 37
         <p>
37 38
             If you have business inquiries or other questions, please fill out the following form to contact us.
@@ -41,7 +42,9 @@  discard block
 block discarded – undo
41 42
         <div class="row">
42 43
             <div class="col-lg-5">
43 44
 
44
-                <?php $form = ActiveForm::begin(['id' => 'contact-form']); ?>
45
+                <?php $form = ActiveForm::begin(['id' => 'contact-form']);
46
+}
47
+?>
45 48
 
46 49
                     <?= $form->field($model, 'name')->textInput(['autofocus' => true]) ?>
47 50
 
Please login to merge, or discard this patch.
widgets/Alert.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,8 @@
 block discarded – undo
61 61
                     'body' => $message,
62 62
                     'closeButton' => $this->closeButton,
63 63
                     'options' => array_merge($this->options, [
64
-                        'id' => $this->getId().'-'.$type.'-'.$i,
65
-                        'class' => $this->alertTypes[$type].$appendClass,
64
+                        'id' => $this->getId() . '-' . $type . '-' . $i,
65
+                        'class' => $this->alertTypes[$type] . $appendClass,
66 66
                     ]),
67 67
                 ]);
68 68
             }
Please login to merge, or discard this patch.