diff options
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/Util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Util.php b/lib/public/Util.php index fb2d31f3dce..3a33a10c620 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -426,6 +426,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); |