Skip to content

Commit cc8d328

Browse files
committed
Fix tests
1 parent a1dd683 commit cc8d328

File tree

3 files changed

+74
-75
lines changed

3 files changed

+74
-75
lines changed

app/code/Magento/CustomerGraphQl/Model/Resolver/Customer/CustomerDataProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ public function isPasswordCorrect(string $password, int $customerId)
145145
return $this->encryptor->validateHash($password, $hash);
146146
}
147147
}
148-

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function __construct(
6969
}
7070

7171
/**
72-
* {@inheritdoc}
72+
* @inheritdoc
7373
*/
7474
public function resolve(
7575
Field $field,

0 commit comments

Comments
 (0)