Skip to content

Commit 4e571e6

Browse files
ENGCOM-5497: Remove PaymentMethodAdditionalDataInput From Schema #757
- Merge Pull Request magento/graphql-ce#757 from pmclain/graphql-ce:issue/751 - Merged commits: 1. 69aab33
2 parents d7b928a + 69aab33 commit 4e571e6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

dev/tests/api-functional/_files/Magento/TestModuleAuthorizenetAcceptjs/registration.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\Framework\Component\ComponentRegistrar;
89

dev/tests/api-functional/_files/Magento/TestModuleFedex/registration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
use Magento\Framework\Component\ComponentRegistrar;
79

810
$registrar = new ComponentRegistrar();

dev/tests/api-functional/_files/Magento/TestModuleUsps/registration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
use Magento\Framework\Component\ComponentRegistrar;
79

810
$registrar = new ComponentRegistrar();

0 commit comments

Comments
 (0)