Skip to content

Commit

Permalink
Deprecate unused OCP\Util::recursiveArraySearch
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Oct 8, 2018
1 parent 2a9e006 commit c4b1e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ public static function mb_array_change_key_case($input, $case = MB_CASE_LOWER, $
* @param mixed $index optional, only search this key name
* @return mixed the key of the matching field, otherwise false
* @since 4.5.0
* @deprecated 15.0.0
*/
public static function recursiveArraySearch($haystack, $needle, $index = null) {
return \OC_Helper::recursiveArraySearch($haystack, $needle, $index);
Expand Down

0 comments on commit c4b1e12

Please sign in to comment.