Skip to content

Commit 8b1e739

Browse files
committed
Corrected Code Style
1 parent 245e0a0 commit 8b1e739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public function testCreateCustomerIfPassedAttributeDosNotExistsInCustomerInput()
241241
$this->graphQlMutation($query);
242242
}
243243

244-
/**
244+
/**
245245
* @expectedException \Exception
246246
* @expectedExceptionMessage Required parameters are missing: First Name
247247
*/

dev/tests/integration/testsuite/Magento/Customer/_files/customer_subscribe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
false,
1414
'default',
1515
0
16-
);
16+
);

0 commit comments

Comments
 (0)