X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsite%2FHashSiteStore.php;h=6d98e72530b91490566ae3e3da017eac7353c7ca;hb=083c0dce4e3aa11e270633512668d0539066d453;hp=198d331d9515e74781c035887ea2ee343f10de8f;hpb=75185ec3da61b5efbb9291c22238c731e1ea0942;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/HashSiteStore.php b/includes/site/HashSiteStore.php index 198d331d95..6d98e72530 100644 --- a/includes/site/HashSiteStore.php +++ b/includes/site/HashSiteStore.php @@ -37,7 +37,7 @@ class HashSiteStore implements SiteStore { private $sites = []; /** - * @param array $sites + * @param Site[] $sites */ public function __construct( $sites = [] ) { $this->saveSites( $sites ); @@ -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 = [];