Skip to content

Commit 3f9005b

Browse files
author
Oleksandr Dubovyk
committed
Merge branch 'MAGETWO-62966' into troll-bugfix-pr
2 parents c74c54a + 9ce818f commit 3f9005b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/code/Magento/Customer/Model/Customer/CredentialsValidator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
use Magento\Framework\Exception\InputException;
1111

12+
/**
13+
* Class to invalidate user credentials
14+
*/
1215
class CredentialsValidator
1316
{
1417
/**

app/code/Magento/Customer/Test/Unit/Model/Customer/CredentialsValidatorTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99

1010
class CredentialsValidatorTest extends \PHPUnit_Framework_TestCase
1111
{
12+
/**
13+
* @var ObjectManagerHelper
14+
*/
1215
private $objectManagerHelper;
16+
17+
/**
18+
* @var \Magento\Customer\Model\Customer\CredentialsValidator
19+
*/
1320
private $object;
1421

1522
protected function setUp()

0 commit comments

Comments
 (0)