Skip to content

Commit a3788d4

Browse files
committed
docs: break long comments
1 parent 6d5965d commit a3788d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Config/AuthGroups.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ class AuthGroups extends BaseConfig
2020
* --------------------------------------------------------------------
2121
* Groups
2222
* --------------------------------------------------------------------
23-
* An associative array of the available groups in the system, where the keys are
24-
* the group names and the values are arrays of the group info.
23+
* An associative array of the available groups in the system, where the keys
24+
* are the group names and the values are arrays of the group info.
2525
*
26-
* Whatever value you assign as the key will be used to refer to the group when using functions such as:
26+
* Whatever value you assign as the key will be used to refer to the group
27+
* when using functions such as:
2728
* $user->addGroup('superadmin');
2829
*
2930
* @var array<string, array<string, string>>

0 commit comments

Comments
 (0)