Completed
Push — branch-6.1-built ( 92c2f0...470bbc )
by
unknown
32:15 queued 22:07
created
modules/wordads/wordads.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
 	 * Convenience function for grabbing options from params->options
48 48
 	 *
49 49
 	 * @param  string $option the option to grab
50
-	 * @param  mixed  $default (optional)
50
+	 * @param  boolean  $default (optional)
51 51
 	 * @return option or $default if not set
52 52
 	 *
53 53
 	 * @since 4.5.0
@@ -465,7 +465,7 @@  discard block
 block discarded – undo
465 465
 
466 466
 	/**
467 467
 	 * Check the reasons to bail before we attempt to insert ads.
468
-	 * @return true if we should bail (don't insert ads)
468
+	 * @return boolean if we should bail (don't insert ads)
469 469
 	 *
470 470
 	 * @since 4.5.0
471 471
 	 */
Please login to merge, or discard this patch.