Skip to content

Commit 7611db3

Browse files
committed
fixed unneeded full name space
originally ref'd in PR #75
1 parent 3261324 commit 7611db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/UnitTests/Controller/ResetPasswordControllerTraitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ResetPasswordControllerTraitTest extends TestCase
2727
private const TOKEN_KEY = 'ResetPasswordPublicToken';
2828

2929
/**
30-
* @var \PHPUnit\Framework\MockObject\MockObject|SessionInterface
30+
* @var MockObject|SessionInterface
3131
*/
3232
private $mockSession;
3333

0 commit comments

Comments
 (0)