X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsite%2FHashSiteStore.php;h=6d98e72530b91490566ae3e3da017eac7353c7ca;hb=415243600b27d47b5c28a3f20bc0e141de886f57;hp=2c7965c90236264c56289c363131b13cf4730c80;hpb=cbdac846ce908ff089d8a29b5d2829d243afa0fc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/HashSiteStore.php b/includes/site/HashSiteStore.php index 2c7965c902..6d98e72530 100644 --- a/includes/site/HashSiteStore.php +++ b/includes/site/HashSiteStore.php @@ -113,6 +113,7 @@ class HashSiteStore implements SiteStore { /** * Deletes all sites from the database. After calling clear(), getSites() will return an empty * list and getSite() will return null until saveSite() or saveSites() is called. + * @return bool */ public function clear() { $this->sites = [];