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/Tracker.php')
-rw-r--r--core/Tracker.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Tracker.php b/core/Tracker.php
index 0761eafd46..2b75a65a0f 100644
--- a/core/Tracker.php
+++ b/core/Tracker.php
@@ -588,8 +588,8 @@ class Tracker
$visit = null;
/**
- * Triggered before a new **visit object** is created. Subscribers to this
- * event can force the use of a custom visit object that extends from
+ * Triggered before a new **visit tracking object** is created. Subscribers to this
+ * event can force the use of a custom visit tracking object that extends from
* {@link Piwik\Tracker\VisitInterface}.
*
* @param \Piwik\Tracker\VisitInterface &$visit Initialized to null, but can be set to