]> _ Git - cubist_matomo.git/commitdiff
wip #5877
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 25 May 2023 12:20:26 +0000 (14:20 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 25 May 2023 12:20:26 +0000 (14:20 +0200)
src/MatomoUtils.php

index 792154c57544d78832e433161e78325ad66a83f4..9ed668c3f38dd8dfa321faba7eb995662730763e 100644 (file)
@@ -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);