Merge "Fixed @var doc in MultiWriteBagOStuff"

This commit is contained in:
jenkins-bot 2015-08-11 20:29:45 +00:00 committed by Gerrit Code Review
commit e341ad3ec5

View file

@ -29,7 +29,7 @@
* @ingroup Cache
*/
class MultiWriteBagOStuff extends BagOStuff {
/** @var array BagOStuff[] */
/** @var BagOStuff[] */
protected $caches;
/**