From: Hank Grabowski Date: Mon, 27 Feb 2023 03:57:10 +0000 (-0500) Subject: Change Mastodon Instance V2 active_monthly field to correct active_month X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bb29a07efa6cfb37637589d1035f5648f273145f;p=friendica.git Change Mastodon Instance V2 active_monthly field to correct active_month --- diff --git a/src/Object/Api/Mastodon/InstanceV2/UserStats.php b/src/Object/Api/Mastodon/InstanceV2/UserStats.php index 34fb3a6556..e6c8634ae6 100644 --- a/src/Object/Api/Mastodon/InstanceV2/UserStats.php +++ b/src/Object/Api/Mastodon/InstanceV2/UserStats.php @@ -34,7 +34,7 @@ class UserStats extends BaseDataTransferObject protected $active_month = 0; /** - * @param $active_monthly + * @param $active_month */ public function __construct($active_month) {