chore: fixup CryptoWrappingTest.php from review feedback

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2026-02-02 07:31:00 -05:00 committed by GitHub
parent c4af704552
commit fe00757ca7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();