From 0aad7e90ad306d884e052b2ad1eec9900b00bda9 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 6 Nov 2016 14:42:31 +0100 Subject: [PATCH] Add comments --- Account/Group.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Account/Group.php b/Account/Group.php index 03b606361..b2681635a 100644 --- a/Account/Group.php +++ b/Account/Group.php @@ -64,14 +64,20 @@ class Group implements ArrayableInterface, \JsonSerializable protected $members = []; /** - * Parents . + * Parents. * * @var int[] * @since 1.0.0 */ protected $parents = []; - private $status = GroupStatus::INACTIVE; + /** + * Group status. + * + * @var int + * @since 1.0.0 + */ + protected $status = GroupStatus::INACTIVE; /** * Permissions.