From bc00c362edc2cd989c5bbd366a960afebe8aae16 Mon Sep 17 00:00:00 2001 From: Bernhard Kraemer Date: Tue, 30 May 2023 09:47:12 +0200 Subject: [PATCH] Fix typing of the group property --- lib/Mixpanel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Mixpanel.php b/lib/Mixpanel.php index 632bbd7..c1dc0e1 100644 --- a/lib/Mixpanel.php +++ b/lib/Mixpanel.php @@ -125,7 +125,7 @@ class Mixpanel extends Base_MixpanelBase { /** * An instance of the MixpanelGroups class (used to create/update group profiles) - * @var Producers_MixpanelPeople + * @var Producers_MixpanelGroups */ public $group;