Skip to content

Commit

Permalink
fix since info
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored Dec 9, 2019
1 parent 7346a81 commit 038087d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/helpers/ArrayHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public static function typeCast(array $array)
* @param array $array The multidimensional array keys.
* @param string $searchText The text you where search inside the rows.
* @param boolean $sensitive Whether to use strict sensitive search (true) or case insenstivie search (false).
* @param array $keys A list of array keys which should be taken to search in, if empty or not provided it will lookup all array keys by default. {@since 2.0.14}
* @param array $keys A list of array keys which should be taken to search in, if empty or not provided it will lookup all array keys by default. {@since 1.0.24}
* @return array The modified array depending on the search result hits.
*/
public static function search(array $array, $searchText, $sensitive = false, array $keys = [])
Expand Down

0 comments on commit 038087d

Please sign in to comment.