]> source.dussan.org Git - nextcloud-server.git/commit
fix strings being passed where arrays where expected 21576/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 24 Jun 2020 21:34:37 +0000 (23:34 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 24 Jun 2020 21:34:37 +0000 (23:34 +0200)
commitb8bef4ded07f1b7197437f9914ace4d2763e1b9f
tree161789f9af3affb5ace9e366f80c8c5deb59c2fe
parent7d4682da4008300c01f5745b438811032317e4c1
fix strings being passed where arrays where expected

also brought type hints up to internal API level

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/Access.php
apps/user_ldap/lib/Group_LDAP.php
apps/user_ldap/tests/Group_LDAPTest.php
apps/user_ldap/tests/Jobs/SyncTest.php
apps/user_ldap/tests/User_LDAPTest.php