From 21ecb77750b8d785902c2987edfa6a517b035662 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 5 Sep 2019 16:46:55 +0100 Subject: [PATCH] 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 --- includes/libs/objectcache/wancache/WANObjectCache.php | 2 +- includes/resourceloader/ResourceLoaderFileModule.php | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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 */ -- 2.20.1