@@ -47,7 +47,7 @@ discard block |
||
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 |
||
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 | */ |