From: Timo Tijhof Date: Thu, 5 Sep 2019 15:46:55 +0000 (+0100) Subject: docs: Fix Doxygen warning for invalid `@bar` in WANObjectCache X-Git-Tag: 1.34.0-rc.0~378^2 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=21ecb77750b8d785902c2987edfa6a517b035662;p=lhc%2Fweb%2Fwiklou.git docs: Fix Doxygen warning for invalid `@bar` in WANObjectCache Also change a `@private` tag to `@internal` in ResourceLoaderFileModule for consistency with other RL code. Change-Id: I8c3a5aa36b643083c0b6d2f3c8d623f344b7c0be --- diff --git a/includes/libs/objectcache/wancache/WANObjectCache.php b/includes/libs/objectcache/wancache/WANObjectCache.php index a090e16404..629d2cdcaf 100644 --- a/includes/libs/objectcache/wancache/WANObjectCache.php +++ b/includes/libs/objectcache/wancache/WANObjectCache.php @@ -125,7 +125,7 @@ class WANObjectCache implements IExpiringStore, IStoreKeyEncoder, LoggerAwareInt /** @var callable|null Function that takes a WAN cache callback and runs it later */ protected $asyncHandler; - /** @bar bool Whether to use mcrouter key prefixing for routing */ + /** @var bool Whether to use mcrouter key prefixing for routing */ protected $mcrouterAware; /** @var string Physical region for mcrouter use */ protected $region; diff --git a/includes/resourceloader/ResourceLoaderFileModule.php b/includes/resourceloader/ResourceLoaderFileModule.php index d308d5038a..f2d0856c24 100644 --- a/includes/resourceloader/ResourceLoaderFileModule.php +++ b/includes/resourceloader/ResourceLoaderFileModule.php @@ -798,9 +798,7 @@ class ResourceLoaderFileModule extends ResourceLoaderModule { /** * Get a list of file paths for all styles in this module, in order of proper inclusion. * - * This is considered a private method. Exposed for internal use by WebInstallerOutput. - * - * @private + * @internal Exposed only for use by WebInstallerOutput. * @param ResourceLoaderContext $context * @return array List of file paths */