Passed
Push — master ( fecf8d...919089 )
by Stiofan
01:09 queued 10s
created
vendor/ayecode/wp-super-duper/wp-super-duper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
 		 * Makes SD work with the siteOrigin page builder.
187 187
 		 *
188 188
 		 * @since 1.0.6
189
-		 * @return mixed
189
+		 * @return string
190 190
 		 */
191 191
 		public static function siteorigin_js() {
192 192
 			ob_start();
@@ -1075,7 +1075,7 @@  discard block
 block discarded – undo
1075 1075
 		 * Output the JS for building the dynamic Guntenberg block.
1076 1076
 		 *
1077 1077
 		 * @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.
1078
-		 * @return mixed
1078
+		 * @return string
1079 1079
 		 */
1080 1080
 		public function block() {
1081 1081
 			ob_start();
Please login to merge, or discard this patch.