Skip to content

Commit

Permalink
fixed classnames
Browse files Browse the repository at this point in the history
  • Loading branch information
hakasapl committed Sep 15, 2022
1 parent 999aa5a commit fea1f90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/PHPOpenLDAPer/LDAPConn.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @version 1.0.0
* @since 7.2.0
*/
class ldapConn {
class LDAPConn {
protected $conn; // LDAP link

/**
Expand Down
2 changes: 1 addition & 1 deletion src/PHPOpenLDAPer/LDAPEntry.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @version 1.0.0
* @since 7.2.0
*/
class ldapEntry {
class LDAPEntry {
private $conn; // LDAP connection link
private $dn; // Distinguished Name of the Entry

Expand Down

0 comments on commit fea1f90

Please sign in to comment.