Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit ecbf99c

Browse files
committed
magento/magento2#675: [Test coverage] Generate customer token
- code style fix
1 parent 35293ae commit ecbf99c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ public function dataProviderInvalidCustomerInfo(): array
107107
* @param string $password
108108
* @return string
109109
*/
110-
private function getQuery(string $email, string $password) : string {
110+
private function getQuery(string $email, string $password) : string
111+
{
111112
return <<<MUTATION
112113
mutation {
113114
generateCustomerToken(

0 commit comments

Comments
 (0)