Files
nextcloud-server-mirror/apps/user_ldap/tests
Arthur Schiwon 779df7ff9c fix(LDAP): ensure stored groups are formatted as simple list
With array_unique it is possible that the keys are not in sequential order
but have gaps. json_encode then would store them as associative array,
which later on json_decode would result in a stdClass by default. This is
unexpected and would also contradict the return type hint.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-01-02 12:16:10 +01:00
..
2023-08-13 15:43:04 +02:00
2022-12-19 14:15:48 +01:00
2022-03-03 16:35:06 +01:00