From: Vincent Vanwaelscappel Date: Thu, 25 May 2023 12:20:26 +0000 (+0200) Subject: wip #5877 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=10e461d01113d1aae3df6a001c0e287ca70584df;p=cubist_matomo.git wip #5877 --- 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);