Passed
Push — master ( 03dff3...2bff3c )
by Stiofan
01:08 queued 13s
created
vendor/ayecode/wp-super-duper/wp-super-duper.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -795,7 +795,7 @@
 block discarded – undo
795 795
 		 * Output the JS for building the dynamic Guntenberg block.
796 796
 		 *
797 797
 		 * @since 1.0.4 Added block_wrap property which will set the block wrapping output element ie: div, span, p or empty for no wrap.
798
-		 * @return mixed
798
+		 * @return string
799 799
 		 */
800 800
 		public function block() {
801 801
 			ob_start();
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
 				<?php
197 197
 				if(! empty( $insert_shortcode_function )){
198 198
 					echo $insert_shortcode_function;
199
-				}else{
199
+				} else{
200 200
 
201 201
 				/**
202 202
 				 * Function for super duper insert shortcode.
@@ -1068,7 +1068,7 @@  discard block
 block discarded – undo
1068 1068
 								// If the user sets block-output array then build it
1069 1069
 								if ( ! empty( $this->options['block-output'] ) ) {
1070 1070
 								$this->block_element( $this->options['block-output'] );
1071
-							}else{
1071
+							} else{
1072 1072
 								// if no block-output is set then we try and get the shortcode html output via ajax.
1073 1073
 								?>
1074 1074
 								el('div', {
Please login to merge, or discard this patch.