Passed
Push — master ( 06f640...a07be5 )
by Brian
08:28 queued 03:30
created
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.