Skip to content

Commit 4072f99

Browse files
committed
Update SimpleArrayLibrary.php
Docblock bug fix
1 parent 480ca46 commit 4072f99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/SimpleArrayLibrary.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public static function addConfigRow(array $config, array $keys, $value)
3333
/**
3434
* Checks if all elements of the array have same value
3535
*
36-
* @param array $array
37-
* @param mixed $value
36+
* @param array $haystack
37+
* @param mixed $needle
3838
*
3939
* @return boolean
4040
*/

0 commit comments

Comments
 (0)