Skip to content

Commit 29aa694

Browse files
committed
ACP2E-3363: Magento\GraphQl\App\GraphQlCustomerMutationsTest.php Integration Test failure
1 parent 3fdce28 commit 29aa694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/App/State/GraphQlStateDiff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ class GraphQlStateDiff
6363
private State $appState;
6464

6565
/**
66-
* @var string
66+
* @var string|null
6767
*/
68-
private string $currentArea;
68+
private ?string $currentArea;
6969

7070
/**
7171
* Constructor

0 commit comments

Comments
 (0)