Completed
Pull Request — master (#25)
by Matt
02:10
created
acp/similar_topics_module.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -372,7 +372,7 @@
 block discarded – undo
372 372
 	 *
373 373
 	 * @access protected
374 374
 	 * @param mixed $var     The variable to test
375
-	 * @param mixed $default The default value to use
375
+	 * @param false|string $default The default value to use
376 376
 	 * @return mixed The value of the variable if set, otherwise default value
377 377
 	 */
378 378
 	protected function isset_or_default($var, $default)
Please login to merge, or discard this patch.