X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FSiteStats.php;h=3dc17933b02d8c6cc8ae36a94896416138c371bf;hb=337afdf3a2ebb1739519594619afb50a62dccfe6;hp=e5c1e1728e1ecb5b2e37553c069b26f270843861;hpb=96484126651b7f2550df5a8cc4a998d19b27b73c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SiteStats.php b/includes/SiteStats.php index e5c1e1728e..3dc17933b0 100644 --- a/includes/SiteStats.php +++ b/includes/SiteStats.php @@ -170,7 +170,7 @@ class SiteStats { /** * Find the number of users in a given user group. - * @param string $group name of group + * @param string $group Name of group * @return int */ static function numberingroup( $group ) { @@ -373,7 +373,7 @@ class SiteStatsInit { * @param DatabaseBase|bool $database * - Boolean: whether to use the master DB * - DatabaseBase: database connection to use - * @param array $options of options, may contain the following values + * @param array $options Array of options, may contain the following values * - views Boolean: when true, do not update the number of page views (default: true) * - activeUsers Boolean: whether to update the number of active users (default: false) */