Skip to content

Commit 8e83a64

Browse files
keradusnicolas-grekas
authored andcommitted
chore: PHP CS Fixer fixes
1 parent 1d5d845 commit 8e83a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LdapInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ public function bind(?string $dn = null, #[\SensitiveParameter] ?string $passwor
3838
*
3939
* @throws ConnectionException if dn / password could not be bound
4040
*/
41-
// public function saslBind(?string $dn = null, #[\SensitiveParameter] ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authcId = null, ?string $authzId = null, ?string $props = null): void;
41+
// public function saslBind(?string $dn = null, #[\SensitiveParameter] ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authcId = null, ?string $authzId = null, ?string $props = null): void;
4242

4343
/**
4444
* Returns authenticated and authorized (for SASL) DN.
4545
*/
46-
// public function whoami(): string;
46+
// public function whoami(): string;
4747

4848
/**
4949
* Queries a ldap server for entries matching the given criteria.

0 commit comments

Comments
 (0)