mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
chore: fixup CryptoWrappingTest.php from review feedback
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
c4af704552
commit
fe00757ca7
1 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@ class CryptoWrappingTest extends TestCase {
|
|||
private const GENERATED_PASSPHRASE = 'generatedPassphrase';
|
||||
private const SERVER_PROTOCOL = 'https';
|
||||
|
||||
protected ICrypto|MockObject $crypto;
|
||||
protected ISecureRandom|MockObject $random;
|
||||
protected IRequest|MockObject $request;
|
||||
protected ICrypto&MockObject $crypto;
|
||||
protected ISecureRandom&MockObject $random;
|
||||
protected IRequest&MockObject $request;
|
||||
|
||||
protected function setUp(): void {
|
||||
parent::setUp();
|
||||
|
|
|
|||
Loading…
Reference in a new issue