We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35293ae commit ecbf99cCopy full SHA for ecbf99c
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/GenerateCustomerTokenTest.php
@@ -107,7 +107,8 @@ public function dataProviderInvalidCustomerInfo(): array
107
* @param string $password
108
* @return string
109
*/
110
- private function getQuery(string $email, string $password) : string {
+ private function getQuery(string $email, string $password) : string
111
+ {
112
return <<<MUTATION
113
mutation {
114
generateCustomerToken(
0 commit comments