fix LDAP issues and allow to migrate from local to LDAP account (#4445)
This commit is contained in:
20
phpstan.neon
20
phpstan.neon
@@ -4076,31 +4076,16 @@ parameters:
|
||||
count: 1
|
||||
path: src/Ldap/LdapManager.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Ldap\\\\LdapManager\\:\\:hydrateRoles\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: src/Ldap/LdapManager.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Ldap\\\\LdapManager\\:\\:hydrateRoles\\(\\) has parameter \\$entries with no value type specified in iterable type array\\.$#"
|
||||
count: 1
|
||||
path: src/Ldap/LdapManager.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Ldap\\\\LdapManager\\:\\:hydrateUser\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: src/Ldap/LdapManager.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Ldap\\\\LdapManager\\:\\:hydrateUser\\(\\) has parameter \\$ldapEntry with no value type specified in iterable type array\\.$#"
|
||||
count: 1
|
||||
path: src/Ldap/LdapManager.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Ldap\\\\LdapManager\\:\\:hydrateUserWithAttributesMap\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: src/Ldap/LdapManager.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Ldap\\\\LdapManager\\:\\:hydrateUserWithAttributesMap\\(\\) has parameter \\$attributeMap with no value type specified in iterable type array\\.$#"
|
||||
count: 1
|
||||
@@ -4111,11 +4096,6 @@ parameters:
|
||||
count: 1
|
||||
path: src/Ldap/LdapManager.php
|
||||
|
||||
-
|
||||
message: "#^Method App\\\\Ldap\\\\LdapManager\\:\\:updateUser\\(\\) has no return type specified\\.$#"
|
||||
count: 1
|
||||
path: src/Ldap/LdapManager.php
|
||||
|
||||
-
|
||||
message: "#^PHPDoc tag @var for variable \\$attr has no value type specified in iterable type array\\.$#"
|
||||
count: 1
|
||||
|
||||
Reference in New Issue
Block a user