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