Skip to content

Commit 7640cb9

Browse files
committed
magento/community-features#259: Customer :: MyAccount :: Reset password for MyAccount
1 parent fef517f commit 7640cb9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/CustomerGraphQl/Model/Resolver/RequestPasswordResetEmail.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public function __construct(
7777
* @return bool|Value|mixed
7878
*
7979
* @throws GraphQlInputException
80-
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
8180
*/
8281
public function resolve(
8382
Field $field,

dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/ResetPasswordTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ResetPasswordTest extends GraphQlAbstract
4343
/**
4444
* @inheritdoc
4545
*/
46-
protected function setUp()
46+
protected function setUp(): void
4747
{
4848
$this->objectManager = Bootstrap::getObjectManager();
4949
$this->accountManagement = $this->objectManager->get(AccountManagementInterface::class);

0 commit comments

Comments
 (0)