Fix @return documentation in WANObjectCache::prefixCacheKeys()
authorKunal Mehta <legoktm@gmail.com>
Mon, 27 Apr 2015 20:03:50 +0000 (13:03 -0700)
committerLegoktm <legoktm.wikipedia@gmail.com>
Tue, 28 Apr 2015 04:17:28 +0000 (04:17 +0000)
Change-Id: Iff27ad3b034b4702f329437950b69731de29171c

includes/libs/objectcache/WANObjectCache.php

index 6e5cad6..be62d1a 100755 (executable)
@@ -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();