Passed
Push — master ( 06f640...a07be5 )
by Brian
08:28 queued 03:30
created
templates/payment-forms-admin/previews/price_input.php 1 patch
Braces   +10 added lines, -4 removed lines patch added patch discarded remove patch
@@ -31,8 +31,11 @@  discard block
 block discarded – undo
31 31
             <div class="input-group-prepend ">
32 32
                 <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); ?></span>
33 33
             </div>
34
-        <?php else : ?>
35
-            <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); ?></span>
34
+        <?php else {
35
+    : ?>
36
+            <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() );
37
+}
38
+?></span>
36 39
         <?php endif; ?>
37 40
     <?php endif; ?>
38 41
 
@@ -43,8 +46,11 @@  discard block
 block discarded – undo
43 46
             <div class="input-group-append ">
44 47
                 <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); ?></span>
45 48
             </div>
46
-        <?php else : ?>
47
-            <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() ); ?></span>
49
+        <?php else {
50
+    : ?>
51
+            <span class="input-group-text"><?php echo wp_kses_post( wpinv_currency_symbol() );
52
+}
53
+?></span>
48 54
         <?php endif; ?>
49 55
     <?php endif; ?>
50 56
 </div>
Please login to merge, or discard this patch.
templates/payment-forms-admin/edit/select.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,9 +63,12 @@
 block discarded – undo
63 63
 		<div class="input-group-append ">
64 64
             <button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button>
65 65
 		</div>
66
-	<?php else : ?>
66
+	<?php else {
67
+    : ?>
67 68
 		<button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button>
68
-	<?php endif; ?>
69
+	<?php endif;
70
+}
71
+?>
69 72
 </div>
70 73
 
71 74
 <div class='form-group mb-3'>
Please login to merge, or discard this patch.
templates/payment-forms-admin/edit/radio.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,9 +56,12 @@
 block discarded – undo
56 56
 		<div class="input-group-append ">
57 57
             <button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button>
58 58
 		</div>
59
-	<?php else : ?>
59
+	<?php else {
60
+    : ?>
60 61
 		<button class='button button-secondary border' type='button' @click.prevent='active_form_element.options.splice(index, 1)'><span class='dashicons dashicons-trash'></span></button>
61
-	<?php endif; ?>
62
+	<?php endif;
63
+}
64
+?>
62 65
 </div>
63 66
 
64 67
 <div class='form-group mb-3'>
Please login to merge, or discard this patch.