Completed
Push — master ( 2ded57...96d020 )
by Josh
23:56
created
src/Configurator/Helpers/ConfigHelper.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
 	* This is basically a LCS implementation, tuned for small strings and fast failure
50 50
 	*
51 51
 	* @param  array $strings Array of strings
52
-	* @return mixed          quickMatch string, or FALSE if none could be generated
52
+	* @return false|string          quickMatch string, or FALSE if none could be generated
53 53
 	*/
54 54
 	public static function generateQuickMatchFromList(array $strings)
55 55
 	{
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
 	/**
132 132
 	* Convert a structure to a (possibly multidimensional) array
133 133
 	*
134
-	* @param  mixed $value
134
+	* @param  callable $value
135 135
 	* @param  bool  $keepEmpty Whether to keep empty arrays instead of removing them
136 136
 	* @param  bool  $keepNull  Whether to keep NULL values instead of removing them
137 137
 	* @return array
Please login to merge, or discard this patch.