Skip to content

Commit 5dd453f

Browse files
committed
minor symfony#17581 [Ldap] Remove unused private property (paradajozsef)
This PR was merged into the 2.8 branch. Discussion ---------- [Ldap] Remove unused private property | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- e685305 [Ldap] Remove unused private property
2 parents 5f5f4aa + e685305 commit 5dd453f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Ldap/LdapClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class LdapClient implements LdapClientInterface
3030
private $useStartTls;
3131
private $optReferrals;
3232
private $connection;
33-
private $charmaps;
3433

3534
/**
3635
* Constructor.

0 commit comments

Comments
 (0)