Skip to content

Commit 216db6f

Browse files
committed
add comment
1 parent a26cad7 commit 216db6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/lib/PosixGroup.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
use PHPOpenLDAPer\LDAPEntry;
66
use \Exception;
77

8+
/*
9+
does not extend LDAPEntry because UnityGroup extends this and I don't want UnityGroup
10+
to extend LDAPEntry because the functions from LDAPEntry should not be exposed there
11+
*/
812
class PosixGroup
913
{
1014
private LDAPEntry $entry;

0 commit comments

Comments
 (0)