summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-19 16:01:05 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-01 08:20:15 +0200
commit28098a7602e429044b3128f4db4ae92f3edbb6fd (patch)
tree596004ef30b2c97ecafa47845a27a05e494885c9 /lib/private/legacy
parent80b649c471247296d4034dfd891a9e9f3abf1c06 (diff)
downloadnextcloud-server-28098a7602e429044b3128f4db4ae92f3edbb6fd.tar.gz
nextcloud-server-28098a7602e429044b3128f4db4ae92f3edbb6fd.zip
Fix \OCP\Util
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'lib/private/legacy')
-rw-r--r--lib/private/legacy/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/helper.php b/lib/private/legacy/helper.php
index 6775fe99dcd..6704a8cd318 100644
--- a/lib/private/legacy/helper.php
+++ b/lib/private/legacy/helper.php
@@ -395,7 +395,7 @@ class OC_Helper {
* performs a search in a nested array
* @param array $haystack the array to be searched
* @param string $needle the search string
- * @param string $index optional, only search this key name
+ * @param mixed $index optional, only search this key name
* @return mixed the key of the matching field, otherwise false
*
* performs a search in a nested array