Skip to content

Commit f155b6d

Browse files
committed
this shouldnt be a union
1 parent 906c13d commit f155b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ResetPasswordHelperTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ResetPasswordHelperTest extends TestCase
3131
private MockObject&ResetPasswordRequestRepositoryInterface $mockRepo;
3232
private ResetPasswordTokenGenerator $tokenGenerator;
3333
private MockObject&ResetPasswordRequestInterface $mockResetRequest;
34-
private MockObject|ResetPasswordCleaner $mockCleaner;
34+
private MockObject&ResetPasswordCleaner $mockCleaner;
3535
private string $randomToken;
3636

3737
protected function setUp(): void

0 commit comments

Comments
 (0)