Skip to content

Commit 4f10fd1

Browse files
authored
Fixing 'TypeError' in LdapUser::getSalt()
Return value of Symfony\Component\Ldap\Security\LdapUser::getSalt() must be of the type string or null, none returned
1 parent 4580a8c commit 4f10fd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Security/LdapUser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function getPassword(): ?string
6767
*/
6868
public function getSalt(): ?string
6969
{
70+
return null;
7071
}
7172

7273
/**

0 commit comments

Comments
 (0)