Skip to content

Commit 8cd951a

Browse files
committed
Update class comments for linter
1 parent c19a1a1 commit 8cd951a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

app/code/Magento/Customer/Controller/Account/CreatePassword.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
use Magento\Framework\App\ObjectManager;
1818

1919
/**
20-
* Class CreatePassword
21-
*
22-
* @package Magento\Customer\Controller\Account
20+
* Controller for front-end customer password reset form
2321
*/
2422
class CreatePassword extends \Magento\Customer\Controller\AbstractAccount implements HttpGetActionInterface
2523
{

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
use Magento\Framework\App\Action\HttpGetActionInterface;
99

1010
/**
11-
* Class ResetPassword
12-
*
13-
* @package Magento\User\Controller\Adminhtml\Auth
11+
* Controller for admin user password reset form
1412
*/
1513
class ResetPassword extends \Magento\User\Controller\Adminhtml\Auth implements HttpGetActionInterface
1614
{

0 commit comments

Comments
 (0)