X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fsite%2FSiteStore.php;h=537f1ccbbcf67910fda5159668702aead5094764;hb=245cd9ae519fb8e28661f3d1d1835b2447a455e7;hp=52ba8fbffe548e5080eb94dda3d762dfed85f2be;hpb=88e01ff9d6783e2175d6af1124169fcfb087db39;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/SiteStore.php b/includes/site/SiteStore.php index 52ba8fbffe..537f1ccbbc 100644 --- a/includes/site/SiteStore.php +++ b/includes/site/SiteStore.php @@ -35,7 +35,7 @@ interface SiteStore { * * @param Site $site * - * @return boolean Success indicator + * @return bool Success indicator */ public function saveSite( Site $site ); @@ -46,7 +46,7 @@ interface SiteStore { * * @param Site[] $sites * - * @return boolean Success indicator + * @return bool Success indicator */ public function saveSites( array $sites ); @@ -56,7 +56,7 @@ interface SiteStore { * @since 1.21 * * @param string $globalId - * @param string $source either 'cache' or 'recache'. + * @param string $source Either 'cache' or 'recache'. * If 'cache', the values are allowed (but not obliged) to come from a cache. * * @return Site|null @@ -70,7 +70,7 @@ interface SiteStore { * * @since 1.21 * - * @param string $source either 'cache' or 'recache'. + * @param string $source Either 'cache' or 'recache'. * If 'cache', the values are allowed (but not obliged) to come from a cache. * * @return SiteList