From: Aaron Schulz Date: Fri, 21 Aug 2015 00:41:27 +0000 (-0700) Subject: Fixed ParserCache IDE warnings X-Git-Tag: 1.31.0-rc.0~10329 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=5d7ffb0767b5d81737eb4374353acdd254d4ece5;p=lhc%2Fweb%2Fwiklou.git Fixed ParserCache IDE warnings Change-Id: I1785f4207379b873e4ce7312c0aae7a4300e7a06 --- diff --git a/includes/parser/ParserCache.php b/includes/parser/ParserCache.php index 44b0bc9e16..47fcd30a64 100644 --- a/includes/parser/ParserCache.php +++ b/includes/parser/ParserCache.php @@ -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 ) {