Skip to content

Commit

Permalink
#27500 Code Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz committed Apr 13, 2020
1 parent f3fcbb8 commit 48561b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class PreprocessorTest extends TestCase
{
/**
* @var AliasResolver|\PHPUnit\Framework\MockObject\MockObject
* @var AliasResolver|MockObject
*/
private $aliasResolver;

Expand Down Expand Up @@ -93,7 +93,7 @@ class PreprocessorTest extends TestCase
private $metadataPoolMock;

/**
* @var Session|\PHPUnit\Framework\MockObject\MockObject
* @var Session|MockObject
*/
protected $customerSessionMock;

Expand Down

0 comments on commit 48561b9

Please sign in to comment.