docs: Fix Doxygen warning for invalid `@bar` in WANObjectCache
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 5 Sep 2019 15:46:55 +0000 (16:46 +0100)
committerKrinkle <krinklemail@gmail.com>
Thu, 5 Sep 2019 16:23:36 +0000 (16:23 +0000)
Also change a `@private` tag to `@internal` in ResourceLoaderFileModule
for consistency with other RL code.

Change-Id: I8c3a5aa36b643083c0b6d2f3c8d623f344b7c0be

includes/libs/objectcache/wancache/WANObjectCache.php
includes/resourceloader/ResourceLoaderFileModule.php

index a090e16..629d2cd 100644 (file)
@@ -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;
index d308d50..f2d0856 100644 (file)
@@ -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
         */