Completed
Push — master ( a4c7c0...259079 )
by Marc
06:52
created
event/listener_helper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,8 +99,8 @@
 block discarded – undo
99 99
 	* Returns value if it's not empty, otherwise the default
100 100
 	*
101 101
 	* @param mixed $check_value The variable to check
102
-	* @param mixed $value The value if $check_value is not empty
103
-	* @param mixed $default The default value to use if variable is empty
102
+	* @param string $value The value if $check_value is not empty
103
+	* @param string $default The default value to use if variable is empty
104 104
 	* @return mixed Value if $check_value is not empty, default value if not
105 105
 	* @access protected
106 106
 	*/
Please login to merge, or discard this patch.