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/TableLogAction.php')
-rw-r--r--core/Tracker/TableLogAction.php2
1 files changed, 0 insertions, 2 deletions
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.
*