Skip to content

Commit 46293fb

Browse files
committed
Fix indentation of the property documentation
1 parent 9449f3e commit 46293fb

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

wcfsetup/install/files/lib/data/user/group/UserGroup.class.php

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,15 @@
1818
* @copyright 2001-2019 WoltLab GmbH
1919
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
2020
*
21-
* @property-read int $groupID unique id of the user group
22-
* @property-read string $groupName name of the user group or name of language
23-
* item which contains the name
24-
* @property-read string $groupDescription description of the user group or name of
25-
* language item which contains the description
26-
* @property-read int $groupType identifier of the type of user group
27-
* @property-read int $priority priority of the user group used to determine
28-
* member's user rank and online marking
29-
* @property-read string $userOnlineMarking HTML code used to print the formatted name of
30-
* a user group member
31-
* @property-read int $showOnTeamPage is `1` if the user group and its members
32-
* should be shown on the team page, otherwise `0`
33-
* @property-read int $allowMention is `1` if the user group can be mentioned in messages,
34-
* otherwise `0`
35-
* @property-read int $requireMultifactor is `1` if group members need to set up multi-factor
36-
* authentcation, otherwise `0`
21+
* @property-read int $groupID unique id of the user group
22+
* @property-read string $groupName name of the user group or name of language item which contains the name
23+
* @property-read string $groupDescription description of the user group or name of language item which contains the description
24+
* @property-read int $groupType identifier of the type of user group
25+
* @property-read int $priority priority of the user group used to determine member's user rank and online marking
26+
* @property-read string $userOnlineMarking HTML code used to print the formatted name of a user group member
27+
* @property-read 0|1 $showOnTeamPage is `1` if the user group and its members should be shown on the team page, otherwise `0`
28+
* @property-read 0|1 $allowMention is `1` if the user group can be mentioned in messages, otherwise `0`
29+
* @property-read 0|1 $requireMultifactor is `1` if group members need to set up multi-factor authentcation, otherwise `0`
3730
*/
3831
class UserGroup extends DatabaseObject implements ITitledObject
3932
{

0 commit comments

Comments
 (0)