Skip to content

Commit 0aad3fb

Browse files
author
Valeriy Nayda
committed
GraphQl-41: [Query] My Account > My Orders
1 parent abc43ac commit 0aad3fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Sales/_files/orders_with_customer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
use Magento\Sales\Model\Order;
89
use Magento\Sales\Api\OrderRepositoryInterface;

dev/tests/integration/testsuite/Magento/Sales/_files/orders_with_customer_rollback.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
require 'default_rollback.php';

0 commit comments

Comments
 (0)