Skip to content

Commit 32cabdd

Browse files
CarlSchwanPVince81
authored andcommitted
fixup! Fix some tests
1 parent 695669b commit 32cabdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/lib/Group_Proxy.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ public function implementsActions($actions) {
283283
* @param string $gid
284284
* @return Access instance of Access for LDAP interaction
285285
*/
286-
public function getLDAPAccess($gid): Acc {
286+
public function getLDAPAccess($gid) {
287287
return $this->handleRequest($gid, 'getLDAPAccess', [$gid]);
288288
}
289289

0 commit comments

Comments
 (0)