Merge "Make interwiki transclusion use the WAN cache"
[lhc/web/wiklou.git] / includes / site / SiteSQLStore.php
index a4116ae..91d9ef7 100644 (file)
@@ -23,7 +23,7 @@
  * @file
  * @ingroup Site
  *
- * @license GNU GPL v2+
+ * @license GPL-2.0-or-later
  * @author Daniel Kinzler
  */
 class SiteSQLStore {
@@ -35,11 +35,11 @@ class SiteSQLStore {
         * @note This does not return an instance of SiteSQLStore!
         *
         * @since 1.21
-        * @deprecated 1.27 use MediaWikiServices::getSiteStore() or MediaWikiServices::getSiteLookup()
-        *             instead.
+        * @deprecated since 1.27 use MediaWikiServices::getSiteStore()
+        *             or MediaWikiServices::getSiteLookup() instead.
         *
         * @param null $sitesTable IGNORED
-        * @param null $cache IGNORED
+        * @param BagOStuff|null $cache IGNORED
         *
         * @return SiteStore
         */