summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Util.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Util.php b/lib/public/Util.php
index 3a1c28a899a..bf1a83037f1 100644
--- a/lib/public/Util.php
+++ b/lib/public/Util.php
@@ -421,6 +421,7 @@ class Util {
* @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);