X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsite%2FHashSiteStore.php;h=6d98e72530b91490566ae3e3da017eac7353c7ca;hb=33397ae8b6b46c367a5d94cd94f652be8f5940ef;hp=2c7965c90236264c56289c363131b13cf4730c80;hpb=cf3deb6637cf4aab2678949e5ccec8084eec9907;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 = [];