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 'plugins/Goals/Archiver.php')
-rw-r--r--plugins/Goals/Archiver.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Goals/Archiver.php b/plugins/Goals/Archiver.php
index 4d727adbd6..146cdccd6f 100644
--- a/plugins/Goals/Archiver.php
+++ b/plugins/Goals/Archiver.php
@@ -186,7 +186,7 @@ class Archiver extends \Piwik\Plugin\Archiver
* @param int|bool $idGoal idGoal to return the metrics for, or false to return overall
* @return string Archive record name
*/
- static public function getRecordName($recordName, $idGoal = false)
+ public static function getRecordName($recordName, $idGoal = false)
{
$idGoalStr = '';
if ($idGoal !== false) {
@@ -356,7 +356,7 @@ class Archiver extends \Piwik\Plugin\Archiver
return array(GoalManager::IDGOAL_CART, GoalManager::IDGOAL_ORDER);
}
- static public function getItemRecordNameAbandonedCart($recordName)
+ public static function getItemRecordNameAbandonedCart($recordName)
{
return $recordName . '_Cart';
}