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 125967e commit 6fccd5cCopy full SHA for 6fccd5c
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/IsEmailAvailableTest.php
@@ -20,14 +20,14 @@
20
class IsEmailAvailableTest extends GraphQlAbstract
21
{
22
/**
23
- * @var ScopeConfigInterface
+ * @var ScopeConfigInterface|null
24
*/
25
- private ScopeConfigInterface $scopeConfig;
+ private ?ScopeConfigInterface $scopeConfig;
26
27
28
- * @var string
+ * @var string|null
29
30
- private string $storeId;
+ private ?string $storeId;
31
32
public function setUp(): void
33
0 commit comments