Skip to content

Commit 6fccd5c

Browse files
AC-8385: MFTF Test Fix
1 parent 125967e commit 6fccd5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
class IsEmailAvailableTest extends GraphQlAbstract
2121
{
2222
/**
23-
* @var ScopeConfigInterface
23+
* @var ScopeConfigInterface|null
2424
*/
25-
private ScopeConfigInterface $scopeConfig;
25+
private ?ScopeConfigInterface $scopeConfig;
2626

2727
/**
28-
* @var string
28+
* @var string|null
2929
*/
30-
private string $storeId;
30+
private ?string $storeId;
3131

3232
public function setUp(): void
3333
{

0 commit comments

Comments
 (0)