Passed
Pull Request — master (#191)
by
unknown
04:15
created
vendor/ayecode/wp-super-duper/wp-super-duper.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
 		 * @param string $id
269 269
 		 * @param string $search_for_id
270 270
 		 *
271
-		 * @return mixed
271
+		 * @return string
272 272
 		 */
273 273
 		public static function shortcode_button( $id = '', $search_for_id = '' ) {
274 274
 			ob_start();
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
 		 * Makes SD work with the siteOrigin page builder.
299 299
 		 *
300 300
 		 * @since 1.0.6
301
-		 * @return mixed
301
+		 * @return string
302 302
 		 */
303 303
 		public static function siteorigin_js() {
304 304
 			ob_start();
@@ -857,7 +857,7 @@  discard block
 block discarded – undo
857 857
 		/**
858 858
 		 * Gets some CSS for the widgets screen.
859 859
 		 *
860
-		 * @return mixed
860
+		 * @return string
861 861
 		 */
862 862
 		public function widget_css() {
863 863
 			ob_start();
@@ -897,7 +897,7 @@  discard block
 block discarded – undo
897 897
 		/**
898 898
 		 * Gets some JS for the widgets screen.
899 899
 		 *
900
-		 * @return mixed
900
+		 * @return string
901 901
 		 */
902 902
 		public function widget_js() {
903 903
 			ob_start();
@@ -1347,7 +1347,7 @@  discard block
 block discarded – undo
1347 1347
 		 *
1348 1348
 		 * @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.
1349 1349
 		 * @since 1.0.9 Save numbers as numbers and not strings.
1350
-		 * @return mixed
1350
+		 * @return string
1351 1351
 		 */
1352 1352
 		public function block() {
1353 1353
 			ob_start();
Please login to merge, or discard this patch.