@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | /** |
46 | 46 | * Convenience function for grabbing options from params->options |
47 | 47 | * @param string $option the option to grab |
48 | - * @param mixed $default (optional) |
|
48 | + * @param boolean $default (optional) |
|
49 | 49 | * @return option or $default if not set |
50 | 50 | * |
51 | 51 | * @since 0.1 |
@@ -290,7 +290,7 @@ discard block |
||
290 | 290 | |
291 | 291 | /** |
292 | 292 | * Check the reasons to bail before we attempt to insert ads. |
293 | - * @return true if we should bail (don't insert ads) |
|
293 | + * @return boolean if we should bail (don't insert ads) |
|
294 | 294 | * |
295 | 295 | * @since 0.1 |
296 | 296 | */ |