sdsadsdf
This commit is contained in:
@@ -307,6 +307,10 @@ final class UserSelfManagementService
|
||||
*/
|
||||
private function isList(array $value): bool
|
||||
{
|
||||
if ($value === []) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return array_keys($value) === range(0, count($value) - 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user