diff --git a/src/Object/Api/Mastodon/InstanceV2/UserStats.php b/src/Object/Api/Mastodon/InstanceV2/UserStats.php index d4349c9fe..afe6048e5 100644 --- a/src/Object/Api/Mastodon/InstanceV2/UserStats.php +++ b/src/Object/Api/Mastodon/InstanceV2/UserStats.php @@ -33,10 +33,10 @@ class UserStats extends BaseDataTransferObject /** @var int */ protected $active_month = 0; - /** - * @param int $active_month - */ - public function __construct(int $active_month) + /** + * @param int $active_month + */ + public function __construct(int $active_month) { $this->active_month = $active_month; }