Completed
Push — add/wordads ( 54fa13...e4e16d )
by
unknown
09:06
created
modules/wordads/wordads.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 	 */
Please login to merge, or discard this patch.