From 10e461d01113d1aae3df6a001c0e287ca70584df Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 25 May 2023 14:20:26 +0200 Subject: [PATCH] wip #5877 --- src/MatomoUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MatomoUtils.php b/src/MatomoUtils.php index 792154c..9ed668c 100644 --- a/src/MatomoUtils.php +++ b/src/MatomoUtils.php @@ -26,7 +26,7 @@ class MatomoUtils { return $date_matches; } - public static function getBestPeriod($dates) { + public static function guessBestPeriod($dates) { // Extract array keys as variables for easier access: // $start_date, $start_year, $start_month, $start_day, $end_date extract($dates); -- 2.39.5