8000 Fix CS · symfony/symfony@ddede31 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddede31

Browse files
committed
Fix CS
1 parent f0c4d31 commit ddede31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function isBound()
5151
/**
5252
* {@inheritdoc}
5353
*
54-
* @param string $password WARNING: When the LDAP server allows unauthenticated binds, a blank $password will always be valid.
54+
* @param string $password WARNING: When the LDAP server allows unauthenticated binds, a blank $password will always be valid
5555
*/
5656
public function bind($dn = null, $password = null)
5757
{

0 commit comments

Comments
 (0)
0