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