mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
chore: Add missing return type in tests
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
60c86848e4
commit
d8084559a9
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class LDAPProviderTest extends \Test\TestCase {
|
|||
return $groupBackend;
|
||||
}
|
||||
|
||||
private function getLDAPProvider(IUserLDAP $userBackend, IGroupLDAP $groupBackend) {
|
||||
private function getLDAPProvider(IUserLDAP $userBackend, IGroupLDAP $groupBackend): LDAPProvider {
|
||||
return new LDAPProvider(
|
||||
$this->getUserManagerMock($userBackend),
|
||||
$this->getGroupManagerMock($groupBackend),
|
||||
|
|
|
|||
Loading…
Reference in a new issue