Completed
Push — update/ads-updates ( 27f866...8a7c23 )
by
unknown
09:35
created
modules/wordads/wordads.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
 	/**
47 47
 	 * Convenience function for grabbing options from params->options
48 48
 	 * @param  string $option the option to grab
49
-	 * @param  mixed  $default (optional)
49
+	 * @param  boolean  $default (optional)
50 50
 	 * @return option or $default if not set
51 51
 	 *
52 52
 	 * @since 4.5.0
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
 
396 396
 	/**
397 397
 	 * Check the reasons to bail before we attempt to insert ads.
398
-	 * @return true if we should bail (don't insert ads)
398
+	 * @return boolean if we should bail (don't insert ads)
399 399
 	 *
400 400
 	 * @since 4.5.0
401 401
 	 */
Please login to merge, or discard this patch.