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:
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 0ba82cc81f..24a650bde5 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -18,9 +18,9 @@ use Piwik\Period\Range;
/**
* The **Archive** class is used to query archive data.
- * @see Segment
- * You can use **Archive** instances to get archive data for one or more sites and
- * for one or more periods. A Segment can also be used
+ *
+ * You can use **Archive** instances to get archive data for one or more sites,
+ * for one or more periods and on optional segment.
*
* If archive data is not found, this class will initiate the archiving process. [1](#footnote-1)
*