X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fsite%2FSiteSQLStore.php;h=91d9ef7c5ddba44b3ce66e22f9e861fb63475760;hb=e548e0f35c4b47a0de4903e8a3758c2b2d9e2712;hp=a4116aea0fcdae64697284436ec2febd57705bf0;hpb=8eac2feedb7ee093d2c48504e1eb2b8a9dbc8452;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/SiteSQLStore.php b/includes/site/SiteSQLStore.php index a4116aea0f..91d9ef7c5d 100644 --- a/includes/site/SiteSQLStore.php +++ b/includes/site/SiteSQLStore.php @@ -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 */