Skip to content

Commit 0322eb6

Browse files
AnshuMishra17gelanivishal
authored andcommitted
Changes as per comments on Github
1 parent b94ba64 commit 0322eb6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/code/Magento/User/Controller/Adminhtml/Auth.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ abstract class Auth extends AbstractAction
2222
/**
2323
* User model factory
2424
*
25-
* @var \Magento\User\Model\UserFactory
25+
* @var UserFactory
2626
*/
2727
protected $_userFactory;
2828

2929
/**
30-
* @var \Magento\Backend\Helper\Data
30+
* @var Data
3131
*/
3232
protected $_backendDataHelper;
3333

app/code/Magento/User/Controller/Adminhtml/Auth/Forgotpassword.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
use Magento\Framework\App\ObjectManager;
1111
use Magento\Backend\App\Action\Context;
1212
use Magento\User\Model\UserFactory;
13-
use Magento\Security\Model\SecurityManager;
1413
use Magento\User\Model\ResourceModel\User\CollectionFactory;
1514
use Magento\Framework\Validator\EmailAddress;
1615
use Magento\Security\Model\PasswordResetRequestEvent;

0 commit comments

Comments
 (0)