Skip to content

Commit 7cd32cf

Browse files
author
Matthew O'Loughlin
committed
GraphQL-673: Also add missing class-level docstring (pre-existing, but causing code-style failures)
1 parent fa1acbb commit 7cd32cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
use Magento\TestFramework\TestCase\GraphQlAbstract;
1111

12+
/**
13+
* Test email availability functionality
14+
*/
1215
class IsEmailAvailableTest extends GraphQlAbstract
1316
{
1417
/**

0 commit comments

Comments
 (0)