We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480ca46 commit 4072f99Copy full SHA for 4072f99
1 file changed
src/SimpleArrayLibrary.php
@@ -33,8 +33,8 @@ public static function addConfigRow(array $config, array $keys, $value)
33
/**
34
* Checks if all elements of the array have same value
35
*
36
- * @param array $array
37
- * @param mixed $value
+ * @param array $haystack
+ * @param mixed $needle
38
39
* @return boolean
40
*/
0 commit comments