From 8f0ed9c838415b5581c9deafa94b06ea01be4c0a Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 27 Apr 2015 13:03:50 -0700 Subject: [PATCH] Fix @return documentation in WANObjectCache::prefixCacheKeys() Change-Id: Iff27ad3b034b4702f329437950b69731de29171c --- includes/libs/objectcache/WANObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/libs/objectcache/WANObjectCache.php b/includes/libs/objectcache/WANObjectCache.php index 6e5cad6257..be62d1a306 100755 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -572,7 +572,7 @@ class WANObjectCache { /** * @param array $keys * @param string $prefix - * @return string + * @return string[] */ protected static function prefixCacheKeys( array $keys, $prefix ) { $res = array(); -- 2.20.1