wiki.techinc.nl/includes/site
Thiemo Kreuz 2ba01c7ee7 Remove some more comments that literally repeat the code
… including PHPDoc tags like `@return <type> $variableName`.
A return value doesn't have a variable name. I can see that
some people do this intentionally, repeating the variable
name that was used in the final `return $var;` at the end
of a method. This can indeed be helpful. I leave a lot of
these untouched and removed them only when it's obviously
wrong, or does not provide any additional information in
addition to what the code already says.

Change-Id: Ia18cd9f25ef658b08ad25b97a744897e2a8deffc
2021-06-18 21:23:56 +00:00
..
CachingSiteStore.php
DBSiteStore.php Replace uses of DB_MASTER with DB_PRIMARY 2021-04-29 09:24:31 -07:00
HashSiteStore.php
MediaWikiPageNameNormalizer.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
MediaWikiSite.php
Site.php Use null coalecing operators everywhere consistenctly. 2021-06-03 21:42:06 -07:00
SiteExporter.php
SiteImporter.php Revert "Wrap libxml_disable_entity_loader() calls in version constraint" 2021-01-27 16:06:38 +00:00
SiteList.php Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
SiteLookup.php
SiteStore.php