Passed
Push — master ( e9e8ae...991cb4 )
by Brian
11:14
created
vendor/ayecode/wp-super-duper/type/block.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -458,7 +458,7 @@  discard block
 block discarded – undo
458 458
 								$panel_count ++;
459 459
 
460 460
 								}
461
-								}else {
461
+								} else {
462 462
 								?>
463 463
 								el(wp.components.PanelBody, {
464 464
 										title: '<?php esc_attr_e( "Settings" ); ?>',
@@ -485,7 +485,7 @@  discard block
 block discarded – undo
485 485
 							// If the user sets block-output array then build it
486 486
 							if ( ! empty( $this->sd->options['block-output'] ) ) {
487 487
 							$this->block_element( $this->sd->options['block-output'] );
488
-						}else{
488
+						} else{
489 489
 							// if no block-output is set then we try and get the shortcode html output via ajax.
490 490
 							?>
491 491
 							el('div', {
@@ -582,7 +582,7 @@  discard block
 block discarded – undo
582 582
 						?>
583 583
 						return content;
584 584
 						<?php
585
-						}else{
585
+						} else{
586 586
 						?>
587 587
 						var block_wrap = 'div';
588 588
 						if (attr.hasOwnProperty("block_wrap")) {
Please login to merge, or discard this patch.