Skip to content

Commit ede673f

Browse files
committed
Update comments per code linter recommendataions
1 parent c7fc6d5 commit ede673f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class CreatePassword extends \Magento\Customer\Controller\AbstractAccount implem
5454
* @param \Magento\Framework\View\Result\PageFactory $resultPageFactory
5555
* @param \Magento\Customer\Api\AccountManagementInterface $accountManagement
5656
* @param \Magento\Customer\Model\ForgotPasswordToken\ConfirmCustomerByToken $confirmByToken
57+
* @param \Magento\Customer\Model\ForgotPasswordToken\GetCustomerByToken $getByToken
5758
*/
5859
public function __construct(
5960
Context $context,

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\User\Controller\Adminhtml\Auth;
87

8+
/**
9+
* Class ResetPassword
10+
*
11+
* @package Magento\User\Controller\Adminhtml\Auth
12+
*/
913
class ResetPassword extends \Magento\User\Controller\Adminhtml\Auth
1014
{
1115
/**

0 commit comments

Comments
 (0)