Fixed ParserCache IDE warnings
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 21 Aug 2015 00:41:27 +0000 (17:41 -0700)
committerOri.livneh <ori@wikimedia.org>
Fri, 21 Aug 2015 04:22:59 +0000 (04:22 +0000)
Change-Id: I1785f4207379b873e4ce7312c0aae7a4300e7a06

includes/parser/ParserCache.php

index 44b0bc9..47fcd30 100644 (file)
@@ -26,7 +26,7 @@
  * @todo document
  */
 class ParserCache {
-       /** @var MWMemcached */
+       /** @var BagOStuff */
        private $mMemc;
        /**
         * Get an instance of this object
@@ -46,7 +46,7 @@ class ParserCache {
         * Setup a cache pathway with a given back-end storage mechanism.
         * May be a memcached client or a BagOStuff derivative.
         *
-        * @param MWMemcached $memCached
+        * @param BagOStuff $memCached
         * @throws MWException
         */
        protected function __construct( $memCached ) {