diff --git a/tests/lib/Session/CryptoWrappingTest.php b/tests/lib/Session/CryptoWrappingTest.php index 06acfad5e47..1395ddf9aa1 100644 --- a/tests/lib/Session/CryptoWrappingTest.php +++ b/tests/lib/Session/CryptoWrappingTest.php @@ -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();