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