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')
-rw-r--r--core/Tracker/Db/Mysqli.php1
-rw-r--r--core/Tracker/GoalManager.php1
-rw-r--r--core/Tracker/PageUrl.php2
-rw-r--r--core/Tracker/TableLogAction.php2
4 files changed, 0 insertions, 6 deletions
diff --git a/core/Tracker/Db/Mysqli.php b/core/Tracker/Db/Mysqli.php
index 2cd5e5f141..78e2d9ee29 100644
--- a/core/Tracker/Db/Mysqli.php
+++ b/core/Tracker/Db/Mysqli.php
@@ -27,7 +27,6 @@ class Mysqli extends Db
protected $charset;
protected $activeTransaction = false;
-
/**
* Builds the DB object
*
diff --git a/core/Tracker/GoalManager.php b/core/Tracker/GoalManager.php
index c7e55747d3..fbc73381aa 100644
--- a/core/Tracker/GoalManager.php
+++ b/core/Tracker/GoalManager.php
@@ -828,7 +828,6 @@ class GoalManager
return $match;
}
-
/**
* @param ConversionDimension[] $dimensions
* @param string $hook
diff --git a/core/Tracker/PageUrl.php b/core/Tracker/PageUrl.php
index 083141a249..1d8486eda0 100644
--- a/core/Tracker/PageUrl.php
+++ b/core/Tracker/PageUrl.php
@@ -63,7 +63,6 @@ class PageUrl
return $url;
}
-
/**
* Returns the array of parameters names that must be excluded from the Query String in all tracked URLs
* @static
@@ -96,7 +95,6 @@ class PageUrl
return $parametersToExclude;
}
-
/**
* Returns true if URL fragments should be removed for a specific site,
* false if otherwise.
diff --git a/core/Tracker/TableLogAction.php b/core/Tracker/TableLogAction.php
index 979aaf8a5e..6ebc6d60ff 100644
--- a/core/Tracker/TableLogAction.php
+++ b/core/Tracker/TableLogAction.php
@@ -13,7 +13,6 @@ use Piwik\Common;
use Piwik\SegmentExpression;
use Piwik\Tracker;
-
/**
* This class is used to query Action IDs from the log_action table.
*
@@ -176,7 +175,6 @@ class TableLogAction
return array($fieldNameToActionId, $fieldNamesToInsert);
}
-
/**
* Convert segment expression to an action ID or an SQL expression.
*