Passed
Push — master ( 0f89d8...20b97c )
by Brian
04:46
created
includes/admin/views/wizard-gateways.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,11 @@
 block discarded – undo
40 40
                         ?>
41 41
                         "
42 42
                         class="btn btn-sm btn-outline-primary"><?php esc_html_e( 'Connect', 'invoicing' ); ?></a>
43
-                    <?php else : ?>
44
-                        <span class="btn btn-sm btn-success"><?php esc_html_e( 'Connected', 'invoicing' ); ?></span>
43
+                    <?php else {
44
+    : ?>
45
+                        <span class="btn btn-sm btn-success"><?php esc_html_e( 'Connected', 'invoicing' );
46
+}
47
+?></span>
45 48
                     <?php endif; ?>
46 49
 				</li>
47 50
 
Please login to merge, or discard this patch.