From 28098a7602e429044b3128f4db4ae92f3edbb6fd Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 19 Jul 2017 16:01:05 +0200 Subject: Fix \OCP\Util Signed-off-by: Lukas Reschke --- lib/private/legacy/helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private') 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 -- cgit v1.2.3