Skip to content

Commit dcba65a

Browse files
authored
ENGCOM-5497: Remove PaymentMethodAdditionalDataInput From Schema #757
2 parents fdbf72e + 4e571e6 commit dcba65a

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)