Skip to content

Commit 8f43aaa

Browse files
committed
fix: add type binding
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 8447fd1 commit 8f43aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/php/Unit/Service/AccountServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ final class AccountServiceTest extends \OCA\Libresign\Tests\Unit\TestCase {
6161
private IL10N&MockObject $l10n;
6262
private SignRequestMapper&MockObject $signRequestMapper;
6363
private IUserManager&MockObject $userManager;
64-
private IAccountManager $accountManager;
64+
private IAccountManager&MockObject $accountManager;
6565
private IRootFolder&MockObject $root;
6666
private IMimeTypeDetector&MockObject $mimeTypeDetector;
6767
private FileMapper&MockObject $fileMapper;

0 commit comments

Comments
 (0)