Skip to content

Commit

Permalink
fixed unneeded full name space
Browse files Browse the repository at this point in the history
originally ref'd in PR #75
  • Loading branch information
jrushlow committed Apr 6, 2020
1 parent 3261324 commit 7611db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ResetPasswordControllerTraitTest extends TestCase
private const TOKEN_KEY = 'ResetPasswordPublicToken';

/**
* @var \PHPUnit\Framework\MockObject\MockObject|SessionInterface
* @var MockObject|SessionInterface
*/
private $mockSession;

Expand Down

0 comments on commit 7611db3

Please sign in to comment.