Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-05-22 01:51:30 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-16 05:38:57 +0300
commitc62d6bd41b260a2f1d2ef4961ceec2c073c1ea27 (patch)
tree5a15ba5474b2fe0e7885d5ef7402d4d71169a30b /core/SettingsPiwik.php
parent111e06e79b03c7c4c8e5b4fdc40b11e8dc10fddd (diff)
Adding force-idsegments parameter to core:archive param and handle the parameter in CronArchive.php class. New parameter limits list of segments that should be archived during archiving, all other segments are skipped.
Diffstat (limited to 'core/SettingsPiwik.php')
-rw-r--r--core/SettingsPiwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/SettingsPiwik.php b/core/SettingsPiwik.php
index 614950d5f5..af1ea26173 100644
--- a/core/SettingsPiwik.php
+++ b/core/SettingsPiwik.php
@@ -99,7 +99,7 @@ class SettingsPiwik
* cron archiving.
*
* @param int $idSite The ID of the site to get stored segments for.
- * @return string The list of stored segments that apply to the requested site.
+ * @return string[] The list of stored segments that apply to the requested site.
*/
public static function getKnownSegmentsToArchiveForSite($idSite)
{